From: Kartik Singhal Date: Sun, 28 Sep 2014 04:52:15 +0000 (+0530) Subject: Correct desc for hugo new command X-Git-Tag: v0.13~395 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1614b824;p=brevno-suite%2Fhugo Correct desc for hugo new command --- diff --git a/commands/new.go b/commands/new.go index 3acb47ff..b9ab8ac4 100644 --- a/commands/new.go +++ b/commands/new.go @@ -43,7 +43,7 @@ func init() { var newCmd = &cobra.Command{ Use: "new [path]", Short: "Create new content for your site", - Long: `Create will create a new content file and automatically set the date and title. + Long: `Create a new content file and automatically set the date and title. It will guess which kind of file to create based on the path provided. You can also specify the kind with -k KIND If archetypes are provided in your theme or site, they will be used.