Fix a copy-and-paste error in man_docs.md

Thanks to @goern for reporting the error.

Fixes #188
This commit is contained in:
Anthony Fok 2015-11-20 17:12:30 -07:00
parent 0cc7cc2c06
commit 46c720088b

View file

@ -1,6 +1,6 @@
# Generating Man Pages For Your Own cobra.Command
Generating bash completions from a cobra command is incredibly easy. An example is as follows:
Generating man pages from a cobra command is incredibly easy. An example is as follows:
```go
package main