Improve formatting of admin command

Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>
This commit is contained in:
Matthias Loibl 2016-11-09 23:32:24 +01:00
parent 5cd093aa46
commit 90fb64b217
1 changed files with 4 additions and 2 deletions

View File

@ -37,11 +37,13 @@ to make automatic initialization process more smoothly`,
},
cli.StringFlag{
Name: "password",
Value: "", Usage: "User password",
Value: "",
Usage: "User password",
},
cli.StringFlag{
Name: "email",
Value: "", Usage: "User email address",
Value: "",
Usage: "User email address",
},
cli.BoolFlag{
Name: "admin",