Fix usage description - hugo - [fork] hugo port for 9front
HTML git clone git@git.drkhsh.at/hugo.git
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
DIR commit ab5ce59894520a796ca658ef0385c65c2fa45f99
DIR parent 7d40da876c62a166bdd273209b7cd6bead9266c1
HTML Author: satotake <doublequotation@gmail.com>
Date: Thu, 8 Sep 2022 22:21:49 +0900
Fix usage description
Diffstat:
M commands/new.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/commands/new.go b/commands/new.go
@@ -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())