diff options
author | Matthias Loibl <mail@matthiasloibl.com> | 2016-11-09 23:32:24 +0100 |
---|---|---|
committer | Matthias Loibl <mail@matthiasloibl.com> | 2016-11-09 23:32:24 +0100 |
commit | 90fb64b2179c9e700ad87ab0d585825ff16ce5d8 (patch) | |
tree | db9f0f401d40bdc2f44c435db73dcfc5241f8e9e /cmd/admin.go | |
parent | 5cd093aa467ada0017f9056163346f419c0fa546 (diff) | |
download | gitea-90fb64b2179c9e700ad87ab0d585825ff16ce5d8.tar.gz gitea-90fb64b2179c9e700ad87ab0d585825ff16ce5d8.zip |
Improve formatting of admin command
Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>
Diffstat (limited to 'cmd/admin.go')
-rw-r--r-- | cmd/admin.go | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/cmd/admin.go b/cmd/admin.go index 5e56f171bf..9c6215fbf7 100644 --- a/cmd/admin.go +++ b/cmd/admin.go @@ -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", |