diff --git a/doc/man_docs.go b/doc/man_docs.go index baa48118..e5dbda2d 100644 --- a/doc/man_docs.go +++ b/doc/man_docs.go @@ -87,7 +87,7 @@ type GenManTreeOptions struct { // GenManHeader is a lot like the .TH header at the start of man pages. These // include the title, section, date, source, and manual. We will use the -// current time if Date if unset and will use "Auto generated by spf13/cobra" +// current time if Date is unset and will use "Auto generated by spf13/cobra" // if the Source is unset. type GenManHeader struct { Title string