diff options
author | Florian Pritz <bluewind@server-speed.net> | 2011-02-02 15:33:14 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@server-speed.net> | 2011-02-02 15:33:14 +0100 |
commit | 1547f8681c5b84227bbfe34a135c723f60879190 (patch) | |
tree | d0fe8af1e71b520cdeb1fa2f80628255da281a85 /fb.in | |
parent | 03fc3d8e78baa21b31eee9040c9f8981f4f8e3bc (diff) |
fix whitespaces in the help message
Signed-off-by: Florian Pritz <bluewind@server-speed.net>
Diffstat (limited to 'fb.in')
-rw-r--r-- | fb.in | 28 |
1 files changed, 14 insertions, 14 deletions
@@ -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 ! } |