forked from mirror/cobra
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 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
|
||||
|
|
Loading…
Reference in New Issue