From 0be5d1c65789a32b42d1deb9f58f6fdffb0de817 Mon Sep 17 00:00:00 2001 From: Jonas Oscarsson Date: Tue, 9 Sep 2014 16:57:33 +0200 Subject: [PATCH] Update --allow-uploads help text in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43208fd4..edb5396c 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ Options: --ref [REF] Specify the repository ref to use (default: master). --no-live-preview Disables livepreview. --live-preview Enables livepreview. - --allow-uploads Allows file uploads. + --allow-uploads [MODE] Allows file uploads. Modes: dir (default, store all uploads in the same directory), page (store each upload at the same location as the page). --mathjax Enables mathjax. --user-icons [SOURCE] Set the history user icons. Valid values: gravatar, identicon, none. Default: none. --show-all Shows all files in file view. By default only valid pages are shown.