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.pod | |
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.pod')
-rw-r--r-- | fb.pod | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -36,10 +36,6 @@ If you want to be able to delete files, you have to add the following line to ~/ as binary data can cause unexpected results when being output directly to a terminal. You can no longer upload files in this mode. --t - Upload a tar file containing all files and directories specified on the - command line. - -h Display a short help message. @@ -54,6 +50,10 @@ If you want to be able to delete files, you have to add the following line to ~/ have already uploaded the file by appending the extension to the URL. http://paste.xinu.at/<ID>/bash will change the syntax highlighting to bash. +-t + Upload a tar file containing all files and directories specified on the + command line. + -c Enable compression of the uploaded files. This affects all files including piped content and folders. |