projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c739ec2
)
Correct desc for hugo new command
author
Kartik Singhal
<kartiksinghal@gmail.com>
Sun, 28 Sep 2014 04:52:15 +0000
(10:22 +0530)
committer
spf13
<steve.francia@gmail.com>
Thu, 2 Oct 2014 17:47:25 +0000
(13:47 -0400)
commands/new.go
patch
|
blob
|
history
diff --git
a/commands/new.go
b/commands/new.go
index 3acb47ff7ed70fce79b2027511808b19b60a2068..b9ab8ac4f0152e4d90d9d5be9af0aba960305995 100644
(file)
--- 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.