summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@server-speed.net>2011-06-03 22:49:07 +0200
committerFlorian Pritz <bluewind@xinu.at>2011-09-11 21:55:33 +0200
commitf2f3f3630ccdcc8a96f626c122cee722e1241cec (patch)
tree780c8c8ce855f79b5847011e04fb96218098c197
parentd96aeea09bd0c98d2e8570840412a7efbcbb56a3 (diff)
clarify -d and -g usage
Signed-off-by: Florian Pritz <bluewind@server-speed.net>
-rw-r--r--fb.in4
-rw-r--r--fb.pod4
2 files changed, 4 insertions, 4 deletions
diff --git a/fb.in b/fb.in
index f6877ae..de66aa1 100644
--- a/fb.in
+++ b/fb.in
@@ -108,8 +108,8 @@ usage: [cat |] `basename "$0"` [switches] [options] [<file(s)|ID(s)|folder(s)>]
~/.netrc: machine paste.xinu.at password PASSWORD
Switches:
- -d delete the IDs
- -g download the IDs and output on stdout (use with care!)
+ -d <ID(s)> delete the IDs
+ -g <ID(s)> download the IDs and output on stdout (use with care!)
-h this help
-v show the client version
diff --git a/fb.pod b/fb.pod
index e3a8b92..73b2be8 100644
--- a/fb.pod
+++ b/fb.pod
@@ -28,11 +28,11 @@ If you want to be able to delete files, you have to add the following line to ~/
=head1 SWITCHES
--d
+-d <ID(s)>
Delete the IDs. You can no longer upload files in this mode.
If the argument is a URL, C<fb> will try to extract the ID.
--g
+-g <ID(s)>
Download the IDs and output on stdout. Please take care when using this,
as binary data can cause unexpected results when being output directly
to a terminal. You can no longer upload files in this mode.