Skip to content

Commit

Permalink
commands: Fix CLI help text for hugo new
Browse files Browse the repository at this point in the history
Updates #9363
  • Loading branch information
bep committed Jan 7, 2022
1 parent 5bd3c8d commit e334a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/new_site.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e334a40

Please sign in to comment.