diff options
author | Florian Pritz <bluewind@xssn.at> | 2010-10-23 22:11:20 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xssn.at> | 2010-10-23 22:11:20 +0200 |
commit | 3150df7b02f54a6d184e5e3422f82ff20a3facbb (patch) | |
tree | 25c4ec9817a9bb123de236c7d4e063664cfd6896 | |
parent | 9e815c8faaf8ab03453b4841642ff64f89eed25c (diff) |
small help changes
Signed-off-by: Florian Pritz <bluewind@xssn.at>
-rwxr-xr-x | fb | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -78,7 +78,7 @@ read_stdin() { help() { cat <<! fb-client version $VERSION -usage: [cat |] `basename "$0"` [switches] [options] [file(s)|ID(s)|folder(s)] +usage: [cat |] `basename "$0"` [switches] [options] [<file(s)|ID(s)|folder(s)>] Upload/nopaste file(s)/stdin to paste.xinu.at and copy URL(s) to clipboard. ~/.netrc: machine paste.xinu.at password PASSWORD @@ -91,7 +91,7 @@ usage: [cat |] `basename "$0"` [switches] [options] [file(s)|ID(s)|folder(s)] Options: These have no effect if used in conjunction with a switch - -e EXTENSION extension for default highlighting (e.g. "diff") + -e <extension> extension for default highlighting (e.g. "diff") -c compress the file being uploaded with gz or xz if used 2 times ! } |