diff --git a/category.go b/category.go index 7580e90d6e..60e4e9b61e 100644 --- a/category.go +++ b/category.go @@ -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