From 406e60a204f1f4ca2a681b23f86f091556113eed Mon Sep 17 00:00:00 2001 From: VonC Date: Wed, 14 Aug 2013 10:53:41 +0200 Subject: [PATCH] Clarify uglyurls flag. Mention more clearly that, for generating `/filename.html`, you need to set the `uglyurls` flag to `true`. --- content/doc/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/doc/usage.md b/content/doc/usage.md index b0d862e0c..3d0dbe9ee 100644 --- a/content/doc/usage.md +++ b/content/doc/usage.md @@ -15,7 +15,7 @@ Make sure either hugo is in your path or provide a path to it. --port="1313": port to run web server on, default :1313 -S, --server=false: run a (very) simple web server -s, --source="": filesystem path to read files relative from - --uglyurls=false: use /filename.html instead of /filename/ + --uglyurls=false: if true, use /filename.html instead of /filename/ -v, --verbose=false: verbose output --version=false: which version of hugo -w, --watch=false: watch filesystem for changes and recreate as needed