remove alias for register command

This commit is contained in:
Danny van Kooten 2018-08-01 13:13:54 +02:00
parent 33ffa557ee
commit 94805b6e80
1 changed files with 3 additions and 4 deletions

View File

@ -10,10 +10,9 @@ import (
) )
var registerCmd = cli.Command{ var registerCmd = cli.Command{
Name: "register", Name: "register",
Aliases: []string{"r"}, Usage: "register a new admin user",
Usage: "register a new admin user", Action: register,
Action: register,
Flags: []cli.Flag{ Flags: []cli.Flag{
cli.StringFlag{ cli.StringFlag{
Name: "email, e", Name: "email, e",