mirror of
https://github.com/spf13/cobra
synced 2024-11-24 14:47:12 +00:00
fix typo in doc/man_docs.go (#732)
This commit is contained in:
parent
7c4570c3eb
commit
ff0d02e855
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ type GenManTreeOptions struct {
|
||||||
|
|
||||||
// GenManHeader is a lot like the .TH header at the start of man pages. These
|
// 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
|
// 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.
|
// if the Source is unset.
|
||||||
type GenManHeader struct {
|
type GenManHeader struct {
|
||||||
Title string
|
Title string
|
||||||
|
|
Loading…
Reference in a new issue