diff options
author | Florian Pritz <bluewind@xssn.at> | 2010-10-30 11:55:29 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xssn.at> | 2010-10-30 11:55:52 +0200 |
commit | 963ee5c74b33ebef7176d76e767cd9ab1578d3e3 (patch) | |
tree | 1a958d2efa6bd37e318f5a971f63da361d19c2ef | |
parent | 0b42100bfaf1a237c6254a9737ec5d7623f77840 (diff) |
add help message for -v
Signed-off-by: Florian Pritz <bluewind@xssn.at>
-rwxr-xr-x | fb | 1 | ||||
-rw-r--r-- | fb.pod | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -101,6 +101,7 @@ usage: [cat |] `basename "$0"` [switches] [options] [<file(s)|ID(s)|folder(s)>] -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 @@ -43,6 +43,9 @@ If you want to be able to delete files, you have to add the following line to ~/ -h Display a short help message. +-v + Display the client version. + =head1 OPTIONS |