We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f234ce commit ffde33bCopy full SHA for ffde33b
cmd/admin.go
@@ -18,7 +18,7 @@ var (
18
// CmdAdmin represents the available admin sub-command.
19
CmdAdmin = cli.Command{
20
Name: "admin",
21
- Usage: "Preform admin operations on command line",
+ Usage: "Perform admin operations on command line",
22
Description: `Allow using internal logic of Gitea without hacking into the source code
23
to make automatic initialization process more smoothly`,
24
Subcommands: []cli.Command{
0 commit comments