Correct desc for hugo new command
authorKartik Singhal <kartiksinghal@gmail.com>
Sun, 28 Sep 2014 04:52:15 +0000 (10:22 +0530)
committerspf13 <steve.francia@gmail.com>
Thu, 2 Oct 2014 17:47:25 +0000 (13:47 -0400)
commands/new.go

index 3acb47ff7ed70fce79b2027511808b19b60a2068..b9ab8ac4f0152e4d90d9d5be9af0aba960305995 100644 (file)
@@ -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.