summaryrefslogtreecommitdiff
path: root/vendor
diff options
context:
space:
mode:
authorIvan Bodunov <ivan.bodunov@gmail.com>2019-01-30 13:28:45 +0200
committerIvan Bodunov <ivan.bodunov@gmail.com>2019-01-30 14:10:33 +0200
commit918b73cd05aa88ce453bd03f84696fdea4a7870b (patch)
tree5aca01f60140473a4e9062cbff0e3371bf5ae609 /vendor
parentb01ec95bda1f0398e62be85aeade70f2e6a1ca8d (diff)
downloadpodman-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')
-rw-r--r--vendor/github.com/urfave/cli/help.go2
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()