aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--USAGE4
1 files changed, 2 insertions, 2 deletions
diff --git a/USAGE b/USAGE
index 9484efa..d030314 100644
--- a/USAGE
+++ b/USAGE
@@ -63,8 +63,8 @@ Running
--max-size BYTES
sets BYTES as the upload file size limit in bytes
- example (10 MiB): --bytes 10485760
- equivalent bash example: --bytes $((1024 * 1024 * 10))
+ example (10 MiB): --max-size 10485760
+ equivalent bash example: --max-size $((1024 * 1024 * 10))
--filter-ext EXTS
filter file extensions contained in the comma-separated list EXTS