Merge pull request #1947 from ldejager/usage_typo_fix [ci skip]

Fix usage typo in info.go
This commit is contained in:
Brad Rydzewski 2017-02-23 11:13:40 +11:00 committed by GitHub
commit 24507d9f5f

View file

@ -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)