fix typo in doc/man_docs.go (#732)

This commit is contained in:
Pascal Dierich 2018-08-20 19:45:24 +02:00 committed by Eric Paris
parent 7c4570c3eb
commit ff0d02e855

View file

@ -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