diff options
author | Bo Ørsted Andresen <bo.andresen@zlin.dk> | 2007-03-06 03:31:15 +0000 |
---|---|---|
committer | Bo Ørsted Andresen <bo.andresen@zlin.dk> | 2007-03-06 03:31:15 +0000 |
commit | 3fdaaa11c4cd0f16b1e8ac5d5cfdc4aa80f2f75e (patch) | |
tree | a028fb9f5a7f1287f0116d062a9ca5a1c0629a90 | |
parent | cfb0cae7094e402446dcadd5ca211fa0c382aa1d (diff) | |
download | wgetpaste-3fdaaa11c4cd0f16b1e8ac5d5cfdc4aa80f2f75e.tar.gz |
Cosmetic fix. Reorder wgetpaste --help.
-rwxr-xr-x | wgetpaste | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |