summaryrefslogtreecommitdiffstats
path: root/fb.py
diff options
context:
space:
mode:
Diffstat (limited to 'fb.py')
-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()