summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2016-04-11 09:46:27 +0200
committerFlorian Pritz <bluewind@xinu.at>2016-04-11 09:46:27 +0200
commitb39db41bd813b625fb897db34566f31f07d36836 (patch)
tree9a7d47b6d7ef9ebdd6e462751edfaa4f7b6b2265
parent62f45c7a6ad051accb579ba32b44ae01605aa98e (diff)
Bring --help in line with manpage
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rwxr-xr-xfb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fb.py b/fb.py
index 18c1fed..6494273 100755
--- a/fb.py
+++ b/fb.py
@@ -453,7 +453,7 @@ class FBClient:
help="Compress the file being uploaded with gz or xz if used 2 times. "
"When used in conjunction with -g this decompresses the download")
- parser.add_argument("args", metavar="ID|file|folder", nargs="*")
+ parser.add_argument("args", metavar="file|dir|id://ID|URL", nargs="*")
self.args = parser.parse_args()