Skip to content

Commit

Permalink
Fix usage description
Browse files Browse the repository at this point in the history
  • Loading branch information
satotake authored and bep committed Sep 8, 2022
1 parent 7d40da8 commit ab5ce59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/new.go
Original file line number Diff line number Diff line change
Expand Up @@ -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().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.newNewThemeCmd().getCommand())
Expand Down

0 comments on commit ab5ce59

Please sign in to comment.