diff --git a/docs/content/en/commands/hugo.md b/docs/content/en/commands/hugo.md index b6d03cc22da..94d933c8aae 100644 --- a/docs/content/en/commands/hugo.md +++ b/docs/content/en/commands/hugo.md @@ -49,6 +49,7 @@ hugo [flags] --minify minify any supported output format (HTML, XML etc.) --noChmod don't sync permission mode of files --noTimes don't sync modification time of files + --panicOnWarning panic on first WARNING log --path-warnings print warnings on duplicate target paths etc. --poll string set this to a poll interval, e.g --poll 700ms, to use a poll based approach to watch for file system changes --print-mem print memory usage to screen at intervals diff --git a/docs/content/en/commands/hugo_mod.md b/docs/content/en/commands/hugo_mod.md index 8e129076c18..7b620cd3e5a 100644 --- a/docs/content/en/commands/hugo_mod.md +++ b/docs/content/en/commands/hugo_mod.md @@ -45,6 +45,7 @@ See https://gohugo.io/hugo-modules/ for more information. --minify minify any supported output format (HTML, XML etc.) --noChmod don't sync permission mode of files --noTimes don't sync modification time of files + --panicOnWarning panic on first WARNING log --path-warnings print warnings on duplicate target paths etc. --poll string set this to a poll interval, e.g --poll 700ms, to use a poll based approach to watch for file system changes --print-mem print memory usage to screen at intervals diff --git a/docs/content/en/commands/hugo_new.md b/docs/content/en/commands/hugo_new.md index 85de74db418..018cd2af8df 100644 --- a/docs/content/en/commands/hugo_new.md +++ b/docs/content/en/commands/hugo_new.md @@ -46,6 +46,7 @@ hugo new [path] [flags] --minify minify any supported output format (HTML, XML etc.) --noChmod don't sync permission mode of files --noTimes don't sync modification time of files + --panicOnWarning panic on first WARNING log --path-warnings print warnings on duplicate target paths etc. --poll string set this to a poll interval, e.g --poll 700ms, to use a poll based approach to watch for file system changes --print-mem print memory usage to screen at intervals diff --git a/docs/content/en/commands/hugo_new_site.md b/docs/content/en/commands/hugo_new_site.md index 3b16d6a961a..250e5b795c0 100644 --- a/docs/content/en/commands/hugo_new_site.md +++ b/docs/content/en/commands/hugo_new_site.md @@ -21,7 +21,7 @@ hugo new site [path] [flags] ``` --force init inside non-empty directory - -f, --format string config & frontmatter format (default "toml") + -f, --format string config file format (default "toml") -h, --help help for site ``` diff --git a/docs/content/en/commands/hugo_server.md b/docs/content/en/commands/hugo_server.md index e32975bdbf5..524340f8262 100644 --- a/docs/content/en/commands/hugo_server.md +++ b/docs/content/en/commands/hugo_server.md @@ -58,6 +58,7 @@ hugo server [flags] --noChmod don't sync permission mode of files --noHTTPCache prevent HTTP caching --noTimes don't sync modification time of files + --panicOnWarning panic on first WARNING log --path-warnings print warnings on duplicate target paths etc. --poll string set this to a poll interval, e.g --poll 700ms, to use a poll based approach to watch for file system changes -p, --port int port on which the server will listen (default 1313)