Correct desc for hugo new command - 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 1614b82452d2c841b5ad1dc9c789cefd79e283d4
DIR parent c739ec228cd8bad225bf992429fe0204d3e35f04
HTML Author: Kartik Singhal <kartiksinghal@gmail.com>
Date: Sun, 28 Sep 2014 10:22:15 +0530
Correct desc for hugo new command
Diffstat:
M commands/new.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git 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.