Browse Source

cmd/admin: fix typo Preform → Perform (#4540)

Just an English typo in the command line help.
Lilian Besson 7 years ago
parent
commit
612a7e76f1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cmd/admin.go

+ 1 - 1
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{