commands/new: Remove format flag from new content cmd

Fixes #11462
This commit is contained in:
Joe Mooring
2023-09-29 12:17:35 -07:00
committed by Bjørn Erik Pedersen
parent a2488b1c95
commit 27b22cd87e
2 changed files with 0 additions and 2 deletions

View File

@@ -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/)