We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14f08ae commit 443d26fCopy full SHA for 443d26f
hack/third_party/github.com/spf13/cobra/doc/md_docs.go
@@ -82,7 +82,7 @@ func GenMarkdownCustom(cmd *cobra.Command, w io.Writer, linkHandler func(string)
82
return err
83
}
84
if hasSeeAlso(cmd) {
85
- buf.WriteString("### SEE ALSO\n\n")
+ buf.WriteString("### See Also\n\n")
86
if cmd.HasParent() {
87
parent := cmd.Parent()
88
pname := parent.CommandPath()
0 commit comments