mirror of
https://github.com/gogs/gogs.git
synced 2025-12-22 16:20:14 +01:00
cmd/admin: fix typo Preform → Perform (#4540)
Just an English typo in the command line help.
This commit is contained in:
@@ -16,7 +16,7 @@ import (
|
|||||||
var (
|
var (
|
||||||
Admin = cli.Command{
|
Admin = cli.Command{
|
||||||
Name: "admin",
|
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
|
Description: `Allow using internal logic of Gogs without hacking into the source code
|
||||||
to make automatic initialization process more smoothly`,
|
to make automatic initialization process more smoothly`,
|
||||||
Subcommands: []cli.Command{
|
Subcommands: []cli.Command{
|
||||||
|
|||||||
Reference in New Issue
Block a user