diff options
author | Florian Pritz <bluewind@server-speed.net> | 2011-02-02 15:36:11 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@server-speed.net> | 2011-02-02 17:21:49 +0100 |
commit | 09e7b20e91214283be6d484fb201e39d98a76dd0 (patch) | |
tree | 88f76841a0bfcf106d95d0066814ab1167398cd8 /fb.in | |
parent | 1547f8681c5b84227bbfe34a135c723f60879190 (diff) |
fix position of -t in usage
-ct works and compresses the created tarball so -t should be listed
under options.
Signed-off-by: Florian Pritz <bluewind@server-speed.net>
Diffstat (limited to 'fb.in')
-rw-r--r-- | fb.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -95,13 +95,13 @@ usage: [cat |] `basename "$0"` [switches] [options] [<file(s)|ID(s)|folder(s)>] 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") + -t upload a tar file containing all files (and directories) -c compress the file being uploaded with gz or xz if used 2 times ! } |