summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@server-speed.net>2011-02-02 15:36:11 +0100
committerFlorian Pritz <bluewind@server-speed.net>2011-02-02 17:21:49 +0100
commit09e7b20e91214283be6d484fb201e39d98a76dd0 (patch)
tree88f76841a0bfcf106d95d0066814ab1167398cd8
parent1547f8681c5b84227bbfe34a135c723f60879190 (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>
-rw-r--r--fb.in2
-rw-r--r--fb.pod8
2 files changed, 5 insertions, 5 deletions
diff --git a/fb.in b/fb.in
index 376a4d1..2586667 100644
--- a/fb.in
+++ b/fb.in
@@ -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
!
}
diff --git a/fb.pod b/fb.pod
index eb6e10c..c78a39b 100644
--- a/fb.pod
+++ b/fb.pod
@@ -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.