diff options
-rw-r--r-- | fb.in | 4 | ||||
-rw-r--r-- | fb.pod | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -115,8 +115,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 @@ -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 may cause unexpected results when being output directly to a terminal. You can no longer upload files in this mode. |