From 918b73cd05aa88ce453bd03f84696fdea4a7870b Mon Sep 17 00:00:00 2001 From: Ivan Bodunov Date: Wed, 30 Jan 2019 13:28:45 +0200 Subject: For consistency in usage output the verbs changed from 3rd person to 1st person. Signed-off-by: Ivan Bodunov --- vendor/github.com/urfave/cli/help.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vendor') 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() -- cgit v1.2.3-54-g00ecf