diff --git a/commands/new_site.go b/commands/new_site.go index 11e9ce40a..1e3ed710b 100644 --- a/commands/new_site.go +++ b/commands/new_site.go @@ -52,7 +52,7 @@ Use ` + "`hugo new [contentPath]`" + ` to create new content.`, RunE: cc.newSite, } - cmd.Flags().StringVarP(&cc.configFormat, "format", "f", "toml", "config & frontmatter format") + cmd.Flags().StringVarP(&cc.configFormat, "format", "f", "toml", "config file format") cmd.Flags().Bool("force", false, "init inside non-empty directory") cc.baseBuilderCmd = b.newBuilderBasicCmd(cmd)