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

@ -11,7 +11,6 @@ import (
var registerCmd = cli.Command{
Name: "register",
Aliases: []string{"r"},
Usage: "register a new admin user",
Action: register,
Flags: []cli.Flag{