diff options
author | Bjørn Erik Pedersen <[email protected]> | 2024-11-14 16:10:38 +0100 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2024-11-14 16:10:38 +0100 |
commit | 58a3c91a7f24365584f84b0a4eecb8c2cb7d5c6a (patch) | |
tree | 9814deba16c0a40d737b1a16ed047a639600b0bf | |
parent | ac6962d28432f7ec14e8bf541be4a96f66098559 (diff) | |
download | hugo-58a3c91a7f24365584f84b0a4eecb8c2cb7d5c6a.tar.gz hugo-58a3c91a7f24365584f84b0a4eecb8c2cb7d5c6a.zip |
docs: Regenerate CLI docs
-rw-r--r-- | docs/content/en/commands/hugo_server.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/content/en/commands/hugo_server.md b/docs/content/en/commands/hugo_server.md index b79b7f374..c716c304f 100644 --- a/docs/content/en/commands/hugo_server.md +++ b/docs/content/en/commands/hugo_server.md @@ -54,6 +54,7 @@ hugo server [command] [flags] --noChmod don't sync permission mode of files --noHTTPCache prevent HTTP caching --noTimes don't sync modification time of files + -O, --openBrowser open the site in a browser after server startup --panicOnWarning panic on first WARNING log --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) |