diff options
author | Florian Pritz <bluewind@server-speed.net> | 2011-06-03 23:04:22 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2011-09-11 21:59:53 +0200 |
commit | 972631b408d955c67042797d17347685407ff706 (patch) | |
tree | ce0b44220d0108ab8cd33f4dc8a193bdedbffbd6 | |
parent | e02d56cb622dc0930f0e21d7425414008e48c101 (diff) |
fix indentation in help message
Signed-off-by: Florian Pritz <bluewind@server-speed.net>
-rw-r--r-- | fb.in | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -116,8 +116,8 @@ 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") - -t upload a tar file containing all files (and directories) - -c compress the file being uploaded with gz or xz if used 2 times + -t upload a tar file containing all files (and directories) + -c compress the file being uploaded with gz or xz if used 2 times ! } |