summaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorMatthias Loibl <mail@matthiasloibl.com>2016-11-09 23:32:24 +0100
committerMatthias Loibl <mail@matthiasloibl.com>2016-11-09 23:32:24 +0100
commit90fb64b2179c9e700ad87ab0d585825ff16ce5d8 (patch)
treedb9f0f401d40bdc2f44c435db73dcfc5241f8e9e /cmd
parent5cd093aa467ada0017f9056163346f419c0fa546 (diff)
downloadgitea-90fb64b2179c9e700ad87ab0d585825ff16ce5d8.tar.gz
gitea-90fb64b2179c9e700ad87ab0d585825ff16ce5d8.zip
Improve formatting of admin command
Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/admin.go6
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",