summaryrefslogtreecommitdiffstats
path: root/docs/content/en/commands/hugo_list_drafts.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/commands/hugo_list_drafts.md')
-rw-r--r--docs/content/en/commands/hugo_list_drafts.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/content/en/commands/hugo_list_drafts.md b/docs/content/en/commands/hugo_list_drafts.md
index 601c7648f..e84e582e6 100644
--- a/docs/content/en/commands/hugo_list_drafts.md
+++ b/docs/content/en/commands/hugo_list_drafts.md
@@ -31,13 +31,11 @@ hugo list drafts [flags] [args]
-d, --destination string filesystem path to write files to
-e, --environment string build environment
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
- --log enable Logging
- --logFile string log File path (if set, logging enabled automatically)
+ --logLevel string log level (debug|info|warn|error)
--quiet build in quiet mode
-s, --source string filesystem path to read files relative from
--themesDir string filesystem path to themes directory
-v, --verbose verbose output
- --verboseLog verbose logging
```
### SEE ALSO