mirror of
https://github.com/spf13/cobra
synced 2024-11-16 10:47:09 +00:00
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 changed files with 1 additions and 1 deletions
|
@ -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 a new issue