From 782616ccc947a5800da68d31c63b5225d00d0821 Mon Sep 17 00:00:00 2001 From: Leon de Jager Date: Mon, 20 Feb 2017 13:13:04 +0000 Subject: [PATCH] Fix usage typo in info.go --- drone/info.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)