diff options
Diffstat (limited to 'cmd/admin.go')
-rw-r--r-- | cmd/admin.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/admin.go b/cmd/admin.go index bad36b1c..58e82f5f 100644 --- a/cmd/admin.go +++ b/cmd/admin.go @@ -14,7 +14,7 @@ import ( ) var ( - CmdAdmin = cli.Command{ + Admin = cli.Command{ Name: "admin", Usage: "Preform admin operations on command line", Description: `Allow using internal logic of Gogs without hacking into the source code |