]> source.dussan.org Git - gitea.git/commitdiff
Improve formatting of admin command 127/head
authorMatthias Loibl <mail@matthiasloibl.com>
Wed, 9 Nov 2016 22:32:24 +0000 (23:32 +0100)
committerMatthias Loibl <mail@matthiasloibl.com>
Wed, 9 Nov 2016 22:32:24 +0000 (23:32 +0100)
Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>
cmd/admin.go

index 5e56f171bf5eeebb89e05b7e1f3206943c035a82..9c6215fbf7681a685c969c76f1219ca95dc5da0c 100644 (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",