Correct doc comment per feedback

main
Dan Buch 2 years ago
parent a583a102fd
commit ddac788d85
Signed by: meatballhat
GPG Key ID: A12F782281063434

@ -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

Loading…
Cancel
Save