summaryrefslogtreecommitdiffstats
path: root/docs/content/en/commands/hugo_config_mounts.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/commands/hugo_config_mounts.md')
-rw-r--r--docs/content/en/commands/hugo_config_mounts.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/content/en/commands/hugo_config_mounts.md b/docs/content/en/commands/hugo_config_mounts.md
index 6457d38f8..4e430c4e7 100644
--- a/docs/content/en/commands/hugo_config_mounts.md
+++ b/docs/content/en/commands/hugo_config_mounts.md
@@ -14,11 +14,12 @@ hugo config mounts [flags] [args]
### Options
```
- -b, --baseURL string hostname (and path) to the root, e.g. https://spf13.com/
- --cacheDir string filesystem path to cache directory
- -c, --contentDir string filesystem path to content directory
- -h, --help help for mounts
- -t, --theme strings themes to use (located in /themes/THEMENAME/)
+ -b, --baseURL string hostname (and path) to the root, e.g. https://spf13.com/
+ --cacheDir string filesystem path to cache directory
+ -c, --contentDir string filesystem path to content directory
+ -h, --help help for mounts
+ --renderSegments strings named segments to render (configured in the segments config)
+ -t, --theme strings themes to use (located in /themes/THEMENAME/)
```
### Options inherited from parent commands