From 81d6bc357a7b0d49ba0c5034f77404dc577cf8aa Mon Sep 17 00:00:00 2001 From: clsr Date: Thu, 16 Jun 2016 19:23:18 +0200 Subject: Add --id-charset and --id-length options --- USAGE | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'USAGE') diff --git a/USAGE b/USAGE index cffaf48..3cd76a4 100644 --- a/USAGE +++ b/USAGE @@ -51,6 +51,14 @@ Running sets website name to NAME example: --name Example + --id-charset CHARSET + sets the charset for file IDs in URLs to CHARSET; should only include URL-safe characters and no slashes + example: --id-charset 0123456789 + + --id-length LENGTH + sets the length of file IDs in the URLs to LENGTH + example: --id-length 5 + --max-size BYTES sets BYTES as the upload file size limit in bytes example (10 MiB): --bytes 10485760 -- cgit