account flag is "-profile"

This commit is contained in:
Yasuhiro Matsumoto 2017-04-19 17:05:00 +09:00
parent 3d010df5fb
commit 3a90b559e1
2 changed files with 10 additions and 3 deletions

View file

@ -172,7 +172,7 @@ func makeApp() *cli.App {
app.Version = "0.0.1"
app.Flags = []cli.Flag{
cli.StringFlag{
Name: "a",
Name: "profile",
Usage: "profile name",
Value: "",
},