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.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/content/en/commands/hugo_mod_clean.md b/docs/content/en/commands/hugo_mod_clean.md
index ad97610cd..7878fe178 100644
--- a/docs/content/en/commands/hugo_mod_clean.md
+++ b/docs/content/en/commands/hugo_mod_clean.md
@@ -18,9 +18,13 @@ hugo mod clean [flags] [args]
### Options
```
- --all clean entire module cache
- -h, --help help for clean
- --pattern string pattern matching module paths to clean (all if not set), e.g. "**hugo*"
+ --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. Defaults: $TMPDIR/hugo_cache/
+ -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/)
```
### Options inherited from parent commands