summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xssn.at>2010-10-23 22:11:20 +0200
committerFlorian Pritz <bluewind@xssn.at>2010-10-23 22:11:20 +0200
commit3150df7b02f54a6d184e5e3422f82ff20a3facbb (patch)
tree25c4ec9817a9bb123de236c7d4e063664cfd6896
parent9e815c8faaf8ab03453b4841642ff64f89eed25c (diff)
small help changes
Signed-off-by: Florian Pritz <bluewind@xssn.at>
-rwxr-xr-xfb4
1 files changed, 2 insertions, 2 deletions
diff --git a/fb b/fb
index c4ee2f4..14e2959 100755
--- a/fb
+++ b/fb
@@ -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
!
}