Fix formatting in hugo command description

This commit is contained in:
bep
2015-05-21 20:05:14 +02:00
parent be831d7409
commit be2842da18
21 changed files with 42 additions and 44 deletions

View File

@@ -45,8 +45,7 @@ var HugoCmd = &cobra.Command{
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.
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`,
Run: func(cmd *cobra.Command, args []string) {