From b39db41bd813b625fb897db34566f31f07d36836 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Mon, 11 Apr 2016 09:46:27 +0200 Subject: Bring --help in line with manpage Signed-off-by: Florian Pritz --- fb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fb.py') 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() -- cgit v1.2.3-24-g4f1b