mirror of
https://github.com/go-gitea/gitea
synced 2024-11-12 04:51:38 +01:00
Fix typo (#990)
This commit is contained in:
parent
5f234ce2a5
commit
ffde33bdfa
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ var (
|
||||||
// CmdAdmin represents the available admin sub-command.
|
// CmdAdmin represents the available admin sub-command.
|
||||||
CmdAdmin = cli.Command{
|
CmdAdmin = 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 Gitea without hacking into the source code
|
Description: `Allow using internal logic of Gitea 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{
|
||||||
|
|
Loading…
Reference in a new issue