diff options
author | Joe Mooring <[email protected]> | 2023-09-29 12:17:35 -0700 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2023-10-30 09:02:26 +0100 |
commit | 27b22cd87e0637da9714e4161e33b8e7f5c5bc46 (patch) | |
tree | 84273e1033ab59ff98bae54c9589a04e4ad3fde9 /docs | |
parent | a2488b1c9523241b39898838a489a078587500a7 (diff) | |
download | hugo-27b22cd87e0637da9714e4161e33b8e7f5c5bc46.tar.gz hugo-27b22cd87e0637da9714e4161e33b8e7f5c5bc46.zip |
commands/new: Remove format flag from new content cmd
Fixes #11462
Diffstat (limited to 'docs')
-rw-r--r-- | docs/content/en/commands/hugo_new_content.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/content/en/commands/hugo_new_content.md b/docs/content/en/commands/hugo_new_content.md index dd646766b..cc53346ad 100644 --- a/docs/content/en/commands/hugo_new_content.md +++ b/docs/content/en/commands/hugo_new_content.md @@ -30,7 +30,6 @@ hugo new content [path] [flags] -c, --contentDir string filesystem path to content directory --editor string edit new content with this editor, if provided -f, --force overwrite file if it already exists - --format string preferred file format (toml, yaml or json) (default "toml") -h, --help help for content -k, --kind string content type to create -t, --theme strings themes to use (located in /themes/THEMENAME/) |