Fix CLI command description for the top level

And regenerate the commands doc.
This commit is contained in:
bep
2015-05-21 13:30:01 +02:00
parent fc946ded29
commit be831d7409
21 changed files with 150 additions and 72 deletions

View File

@@ -42,8 +42,10 @@ import (
//HugoCmd is Hugo's root command. Every other command attached to HugoCmd is a child command to it.
var HugoCmd = &cobra.Command{
Use: "hugo",
Short: "Hugo is a very fast static site generator",
Long: `A Fast and Flexible Static Site Generator built with
Short: "hugo builds your site",
Long: `hugo is the main command, used to build your Hugo site.
Hugo is a Fast and Flexible Static Site Generator built with
love by spf13 and friends in Go.
Complete documentation is available at http://gohugo.io`,