mirror of https://github.com/spf13/cobra.git
Fix a copy-and-paste error in man_docs.md
Thanks to @goern for reporting the error. Fixes #188
This commit is contained in:
parent
0cc7cc2c06
commit
46c720088b
|
@ -1,6 +1,6 @@
|
||||||
# Generating Man Pages For Your Own cobra.Command
|
# 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
|
```go
|
||||||
package main
|
package main
|
||||||
|
|
Loading…
Reference in New Issue