Skip to content

Commit 4f9ef8c

Browse files
authored
Update command.go (#2248)
Fix spelling in the help output. topcis -> topics
1 parent 1995054 commit 4f9ef8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

command.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2025,7 +2025,7 @@ func defaultUsageFunc(w io.Writer, in interface{}) error {
20252025
fmt.Fprint(w, trimRightSpace(c.InheritedFlags().FlagUsages()))
20262026
}
20272027
if c.HasHelpSubCommands() {
2028-
fmt.Fprintf(w, "\n\nAdditional help topcis:")
2028+
fmt.Fprintf(w, "\n\nAdditional help topics:")
20292029
for _, subcmd := range c.Commands() {
20302030
if subcmd.IsAdditionalHelpTopicCommand() {
20312031
fmt.Fprintf(w, "\n %s %s", rpad(subcmd.CommandPath(), subcmd.CommandPathPadding()), subcmd.Short)

0 commit comments

Comments
 (0)