Improve formatting of admin command
Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>
This commit is contained in:
parent
5cd093aa46
commit
90fb64b217
1 changed files with 4 additions and 2 deletions
|
@ -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",
|
||||
|
|
Reference in a new issue