diff options
author | Christoph König <christoph.koenig@gmail.com> | 2017-02-21 02:14:37 +0100 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2017-02-21 09:14:37 +0800 |
commit | ffde33bdfabceb69ac2bdf43466cc0508fec0add (patch) | |
tree | 2d6bacfb613b67cc9b9b9308231c665ba7959aa7 /cmd | |
parent | 5f234ce2a5a5e28fd00e3cf42576ac9927eb0439 (diff) | |
download | gitea-ffde33bdfabceb69ac2bdf43466cc0508fec0add.tar.gz gitea-ffde33bdfabceb69ac2bdf43466cc0508fec0add.zip |
Fix typo (#990)
Diffstat (limited to 'cmd')
-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 6985044243..4b4ab956a6 100644 --- a/cmd/admin.go +++ b/cmd/admin.go @@ -18,7 +18,7 @@ var ( // CmdAdmin represents the available admin sub-command. CmdAdmin = cli.Command{ Name: "admin", - Usage: "Preform admin operations on command line", + Usage: "Perform admin operations on command line", Description: `Allow using internal logic of Gitea without hacking into the source code to make automatic initialization process more smoothly`, Subcommands: []cli.Command{ |