diff options
-rw-r--r-- | fb.in | 2 | ||||
-rw-r--r-- | fb.pod | 8 |
2 files changed, 5 insertions, 5 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 ! } @@ -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. |