Fix usage typo in info.go
This commit is contained in:
parent
99eb89be1c
commit
782616ccc9
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue