Browse Source

Improve formatting of admin command

Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>
tags/v1.2.0-rc1
Matthias Loibl 9 years ago
parent
commit
eb533b50fe
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      cmd/admin.go

+ 4
- 2
cmd/admin.go 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",


Loading…
Cancel
Save