Skip to content

Commit

Permalink
command: fix typo in docstring of InheritedFlags (spf13#779)
Browse files Browse the repository at this point in the history
  • Loading branch information
indradhanush authored and umarcor committed Mar 18, 2019
1 parent 1e2158b commit 54c41ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command.go
Original file line number Diff line number Diff line change
Expand Up @@ -1335,7 +1335,7 @@ func (c *Command) LocalFlags() *flag.FlagSet {
return c.lflags
}

// InheritedFlags returns all flags which were inherited from parents commands.
// InheritedFlags returns all flags which were inherited from parent commands.
func (c *Command) InheritedFlags() *flag.FlagSet {
c.mergePersistentFlags()

Expand Down

0 comments on commit 54c41ad

Please sign in to comment.