summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-06-01 10:51:41 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-06-01 10:51:41 +0200
commita6d774e809fdd682246d3fc31d2829d238e9b8ef (patch)
tree580be9e38b0064e28ef4239d66ceeec4284f36cd
parent9e4072ac237b14bc8beba7bfab83720a23098a1e (diff)
docs: Regenerate CLI docs
-rw-r--r--docs/content/en/commands/hugo_config.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/content/en/commands/hugo_config.md b/docs/content/en/commands/hugo_config.md
index 1dbf4c0de..42cd188b7 100644
--- a/docs/content/en/commands/hugo_config.md
+++ b/docs/content/en/commands/hugo_config.md
@@ -23,6 +23,7 @@ hugo config [command] [flags]
-c, --contentDir string filesystem path to content directory
--format string preferred file format (toml, yaml or json) (default "toml")
-h, --help help for config
+ --lang string the language to display config for. Defaults to the first language defined.
-t, --theme strings themes to use (located in /themes/THEMENAME/)
```