summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@server-speed.net>2011-02-02 15:33:14 +0100
committerFlorian Pritz <bluewind@server-speed.net>2011-02-02 15:33:14 +0100
commit1547f8681c5b84227bbfe34a135c723f60879190 (patch)
treed0fe8af1e71b520cdeb1fa2f80628255da281a85
parent03fc3d8e78baa21b31eee9040c9f8981f4f8e3bc (diff)
fix whitespaces in the help message
Signed-off-by: Florian Pritz <bluewind@server-speed.net>
-rw-r--r--fb.in28
1 files changed, 14 insertions, 14 deletions
diff --git a/fb.in b/fb.in
index b91b384..376a4d1 100644
--- a/fb.in
+++ b/fb.in
@@ -89,20 +89,20 @@ help() {
fb-client version $VERSION
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
-
- Switches:
- -d delete the IDs
- -g download the IDs and output on stdout (use with care!)
- -t upload a tar file containing all files (and directories)
- -h this help
- -v show the client version
-
- Options:
- These have no effect if used in conjunction with a switch
- -e <extension> extension for default highlighting (e.g. "diff")
- -c compress the file being uploaded with gz or xz if used 2 times
+ Upload/nopaste file(s)/stdin to paste.xinu.at and copy URL(s) to clipboard.
+ ~/.netrc: machine paste.xinu.at password PASSWORD
+
+ Switches:
+ -d delete the IDs
+ -g download the IDs and output on stdout (use with care!)
+ -t upload a tar file containing all files (and directories)
+ -h this help
+ -v show the client version
+
+ Options:
+ These have no effect if used in conjunction with a switch
+ -e <extension> extension for default highlighting (e.g. "diff")
+ -c compress the file being uploaded with gz or xz if used 2 times
!
}