diff options
author | Peter Palfrader <peter@palfrader.org> | 2012-11-10 19:35:01 +0000 |
---|---|---|
committer | weasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede> | 2012-11-10 19:35:01 +0000 |
commit | ef97fd43c122eacbf61a14a6bcc90ca928c24dc5 (patch) | |
tree | 704603b50eb68f39e0a7ec3133952840e07b6f0c /publish | |
parent | c44d05297bf2ed9f8e4cadb07cd18512083964af (diff) |
publish: sort usage, add -s option to usage text
Signed-off-by: Peter Palfrader <peter@palfrader.org>
git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@557 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede
Diffstat (limited to 'publish')
-rwxr-xr-x | publish | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -68,13 +68,14 @@ usage: $0 [<src> [<src> ...]] copy the file <src> to a server an report the URL. OPTIONS: - -n no-do. Just print what would have been done. - -H Show the history. - -S Make a screenshot of one window and publish. - -x Publish the contents of the xclipboard. - -h Show this message. - -q Produce a QR code. - -8 Add a AddDefaultCharset UTF-8 .htaccess file. + -8 Add a AddDefaultCharset UTF-8 .htaccess file. + -H Show the history. + -s FN When reading data from stdin, use FN as filename to be published. + -S Make a screenshot of one window and publish. + -h Show this message. + -n no-do. Just print what would have been done. + -q Produce a QR code. + -x Publish the contents of the xclipboard. EOF } |