summaryrefslogtreecommitdiffstats
path: root/commands/gendoc.go
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2015-11-23 16:51:12 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2015-11-23 16:51:12 +0100
commit3d09de891072985e6c59f899f09132a76d44f7cd (patch)
tree00fa6b2df0f52ad295e325839706c234dfb4868d /commands/gendoc.go
parent831e936846920b395dddd584b76e2b9f6b7c18a1 (diff)
Restructure the gen commands
Fixes #1603
Diffstat (limited to 'commands/gendoc.go')
-rw-r--r--commands/gendoc.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/gendoc.go b/commands/gendoc.go
index fa0a7b9be..ed7f073ac 100644
--- a/commands/gendoc.go
+++ b/commands/gendoc.go
@@ -22,7 +22,7 @@ url: %s
var gendocdir string
var gendocCmd = &cobra.Command{
- Use: "gendoc",
+ Use: "doc",
Short: "Generate Markdown documentation for the Hugo CLI.",
Long: `Generate Markdown documentation for the Hugo CLI.