summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBo Ørsted Andresen <bo.andresen@zlin.dk>2007-03-06 03:31:15 +0000
committerBo Ørsted Andresen <bo.andresen@zlin.dk>2007-03-06 03:31:15 +0000
commit3fdaaa11c4cd0f16b1e8ac5d5cfdc4aa80f2f75e (patch)
treea028fb9f5a7f1287f0116d062a9ca5a1c0629a90
parentcfb0cae7094e402446dcadd5ca211fa0c382aa1d (diff)
downloadwgetpaste-3fdaaa11c4cd0f16b1e8ac5d5cfdc4aa80f2f75e.tar.gz
Cosmetic fix. Reorder wgetpaste --help.
-rwxr-xr-xwgetpaste2
1 files changed, 1 insertions, 1 deletions
diff --git a/wgetpaste b/wgetpaste
index 1a6a0ea..c38946c 100755
--- a/wgetpaste
+++ b/wgetpaste
@@ -77,9 +77,9 @@ show_usage() {
echo " -E, --list-expiration list expiration setting supported by the specified service"
echo
echo " -c, --command COMMAND paste COMMAND and the output of COMMAND"
- echo " -r, --raw show url for the raw paste (no syntax highlighting or html)"
echo " -x, --xcut read input from clipboard (requires configuration)"
echo
+ echo " -r, --raw show url for the raw paste (no syntax highlighting or html)"
echo " -v, --verbose show wget stderr output if no url is received"
echo " --debug be *very* verbose (implies -v)"
echo