From a6d774e809fdd682246d3fc31d2829d238e9b8ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Thu, 1 Jun 2023 10:51:41 +0200 Subject: [PATCH] docs: Regenerate CLI docs --- docs/content/en/commands/hugo_config.md | 1 + 1 file changed, 1 insertion(+) 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/) ```