Skip to content

Commit 443d26f

Browse files
committed
this is not a manfile, thank you very much, no need to SCREAM AT ME
On-behalf-of: @SAP [email protected]
1 parent 14f08ae commit 443d26f

File tree

1 file changed

+1
-1
lines changed
  • hack/third_party/github.com/spf13/cobra/doc

1 file changed

+1
-1
lines changed

hack/third_party/github.com/spf13/cobra/doc/md_docs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ func GenMarkdownCustom(cmd *cobra.Command, w io.Writer, linkHandler func(string)
8282
return err
8383
}
8484
if hasSeeAlso(cmd) {
85-
buf.WriteString("### SEE ALSO\n\n")
85+
buf.WriteString("### See Also\n\n")
8686
if cmd.HasParent() {
8787
parent := cmd.Parent()
8888
pname := parent.CommandPath()

0 commit comments

Comments
 (0)