diff options
author | Ivan Bodunov <ivan.bodunov@gmail.com> | 2019-01-30 13:28:45 +0200 |
---|---|---|
committer | Ivan Bodunov <ivan.bodunov@gmail.com> | 2019-01-30 14:10:33 +0200 |
commit | 918b73cd05aa88ce453bd03f84696fdea4a7870b (patch) | |
tree | 5aca01f60140473a4e9062cbff0e3371bf5ae609 /vendor/github.com | |
parent | b01ec95bda1f0398e62be85aeade70f2e6a1ca8d (diff) | |
download | podman-918b73cd05aa88ce453bd03f84696fdea4a7870b.tar.gz podman-918b73cd05aa88ce453bd03f84696fdea4a7870b.tar.bz2 podman-918b73cd05aa88ce453bd03f84696fdea4a7870b.zip |
For consistency in usage output the verbs changed from 3rd person to 1st person.
Signed-off-by: Ivan Bodunov <ivan.bodunov@gmail.com>
Diffstat (limited to 'vendor/github.com')
-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 65874fa2f..a0e949f72 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: "Shows a list of commands or help for one command", + Usage: "Show a list of commands or help for one command", ArgsUsage: "[command]", Action: func(c *Context) error { args := c.Args() |