From 46c720088bb7c313290a45fea857acd2d58800f3 Mon Sep 17 00:00:00 2001 From: Anthony Fok Date: Fri, 20 Nov 2015 17:12:30 -0700 Subject: [PATCH] Fix a copy-and-paste error in man_docs.md Thanks to @goern for reporting the error. Fixes #188 --- man_docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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