summaryrefslogtreecommitdiffstats
path: root/docs/content/en/commands/hugo_mod_clean.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/commands/hugo_mod_clean.md')
-rw-r--r--docs/content/en/commands/hugo_mod_clean.md15
1 files changed, 8 insertions, 7 deletions
diff --git a/docs/content/en/commands/hugo_mod_clean.md b/docs/content/en/commands/hugo_mod_clean.md
index 6726c84fe..459269b66 100644
--- a/docs/content/en/commands/hugo_mod_clean.md
+++ b/docs/content/en/commands/hugo_mod_clean.md
@@ -18,13 +18,14 @@ hugo mod clean [flags] [args]
### Options
```
- --all clean entire module cache
- -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 clean
- --pattern string pattern matching module paths to clean (all if not set), e.g. "**hugo*"
- -t, --theme strings themes to use (located in /themes/THEMENAME/)
+ --all clean entire module cache
+ -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 clean
+ --pattern string pattern matching module paths to clean (all if not set), e.g. "**hugo*"
+ --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