account flag is "-profile"
This commit is contained in:
parent
3d010df5fb
commit
3a90b559e1
2 changed files with 10 additions and 3 deletions
|
@ -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: "",
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue