Correct doc comment per feedback

This commit is contained in:
2022-04-28 20:42:24 -04:00
parent a583a102fd
commit ddac788d85

View File

@@ -81,7 +81,7 @@ func (c *commandCategory) VisibleCommands() []*Command {
// FlagCategories is a slice of *FlagCategory.
type FlagCategories []*FlagCategory
// FlagCategory is a category containing commands.
// FlagCategory is a category containing flags.
type FlagCategory struct {
Name string
Flags []Flag