mirror of
https://github.com/gohugoio/hugo.git
synced 2025-01-07 15:53:47 +00:00
Correct desc for hugo new command
This commit is contained in:
parent
c739ec228c
commit
1614b82452
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ func init() {
|
||||||
var newCmd = &cobra.Command{
|
var newCmd = &cobra.Command{
|
||||||
Use: "new [path]",
|
Use: "new [path]",
|
||||||
Short: "Create new content for your site",
|
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.
|
It will guess which kind of file to create based on the path provided.
|
||||||
You can also specify the kind with -k KIND
|
You can also specify the kind with -k KIND
|
||||||
If archetypes are provided in your theme or site, they will be used.
|
If archetypes are provided in your theme or site, they will be used.
|
||||||
|
|
Loading…
Reference in a new issue