diff --git a/drone/info.go b/drone/info.go index e67ce209..b7396228 100644 --- a/drone/info.go +++ b/drone/info.go @@ -10,7 +10,7 @@ import ( var infoCmd = cli.Command{ Name: "info", - Usage: "should information about the current user", + Usage: "show information about the current user", Action: func(c *cli.Context) { if err := info(c); err != nil { log.Fatalln(err)