From 159fd971e43530efc84793faf38c45a0f5eb3fca Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Fri, 29 Sep 2023 12:17:35 -0700 Subject: [PATCH] commands/new: Remove format flag from new content cmd Fixes #11462 --- content/en/commands/hugo_new_content.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/en/commands/hugo_new_content.md b/content/en/commands/hugo_new_content.md index dd646766b..cc53346ad 100644 --- a/content/en/commands/hugo_new_content.md +++ b/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/)