aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorclsr <clsr@clsr.net>2018-08-24 02:38:38 +0200
committerclsr <clsr@clsr.net>2018-08-24 02:38:38 +0200
commit633acfa5b465f49d5ab416d1517854e42a13cce0 (patch)
tree348ab2d59223f5277ac39832c7e6bf6164e436d5
parent01825fbbed76b6dc47345b708c1a58cbd017e3d2 (diff)
downloadgomf-633acfa5b465f49d5ab416d1517854e42a13cce0.tar.gz
gomf-633acfa5b465f49d5ab416d1517854e42a13cce0.zip
Fix typo in USAGE
-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