aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLilian Besson <Naereen@users.noreply.github.com>2017-05-31 13:10:42 +0200
committer无闻 <u@gogs.io>2017-05-31 07:10:42 -0400
commit612a7e76f1a47d0159d3b6fa5558c37397bbca10 (patch)
tree427fd70990410f01a46855656dc3cf931b6d6f22
parentbf060387af47dbc9f0abb06025c754baad093061 (diff)
cmd/admin: fix typo Preform → Perform (#4540)
Just an English typo in the command line help.
-rw-r--r--cmd/admin.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/admin.go b/cmd/admin.go
index 02b192d5..79faf365 100644
--- a/cmd/admin.go
+++ b/cmd/admin.go
@@ -16,7 +16,7 @@ import (
var (
Admin = cli.Command{
Name: "admin",
- Usage: "Preform admin operations on command line",
+ Usage: "Perform admin operations on command line",
Description: `Allow using internal logic of Gogs without hacking into the source code
to make automatic initialization process more smoothly`,
Subcommands: []cli.Command{