Fix usage typo in info.go

This commit is contained in:
Leon de Jager 2017-02-20 13:13:04 +00:00
parent 99eb89be1c
commit 782616ccc9
No known key found for this signature in database
GPG key ID: 039CADE1EA2FA2C5

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)