mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Fix usage description
This commit is contained in:
parent
7d40da876c
commit
ab5ce59894
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ Ensure you run this within the root directory of your site.`,
|
||||||
|
|
||||||
cmd.Flags().StringVarP(&cc.contentType, "kind", "k", "", "content type to create")
|
cmd.Flags().StringVarP(&cc.contentType, "kind", "k", "", "content type to create")
|
||||||
cmd.Flags().StringVar(&cc.contentEditor, "editor", "", "edit new content with this editor, if provided")
|
cmd.Flags().StringVar(&cc.contentEditor, "editor", "", "edit new content with this editor, if provided")
|
||||||
cmd.Flags().BoolVarP(&cc.force, "force", "f", false, "allow to override file")
|
cmd.Flags().BoolVarP(&cc.force, "force", "f", false, "overwrite file if it already exists")
|
||||||
|
|
||||||
cmd.AddCommand(b.newNewSiteCmd().getCommand())
|
cmd.AddCommand(b.newNewSiteCmd().getCommand())
|
||||||
cmd.AddCommand(b.newNewThemeCmd().getCommand())
|
cmd.AddCommand(b.newNewThemeCmd().getCommand())
|
||||||
|
|
Loading…
Reference in a new issue