diff --git a/man_docs.md b/man_docs.md index a764099e..3408c301 100644 --- a/man_docs.md +++ b/man_docs.md @@ -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