summaryrefslogtreecommitdiff
path: root/publish
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2012-11-10 19:35:01 +0000
committerweasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede>2012-11-10 19:35:01 +0000
commitef97fd43c122eacbf61a14a6bcc90ca928c24dc5 (patch)
tree704603b50eb68f39e0a7ec3133952840e07b6f0c /publish
parentc44d05297bf2ed9f8e4cadb07cd18512083964af (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-xpublish15
1 files changed, 8 insertions, 7 deletions
diff --git a/publish b/publish
index f5b7ddb..f901640 100755
--- a/publish
+++ b/publish
@@ -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
}