diff options
Diffstat (limited to 'vendor/github.com/urfave/cli/help.go')
-rw-r--r-- | vendor/github.com/urfave/cli/help.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/urfave/cli/help.go b/vendor/github.com/urfave/cli/help.go index a0e949f72..65874fa2f 100644 --- a/vendor/github.com/urfave/cli/help.go +++ b/vendor/github.com/urfave/cli/help.go @@ -82,7 +82,7 @@ OPTIONS: var helpCommand = Command{ Name: "help", Aliases: []string{"h"}, - Usage: "Show a list of commands or help for one command", + Usage: "Shows a list of commands or help for one command", ArgsUsage: "[command]", Action: func(c *Context) error { args := c.Args() |