Browse Source

Fix typo (#990)

tags/v1.21.12.1
Christoph König Lunny Xiao 9 years ago
parent
commit
ffde33bdfa
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      cmd/admin.go

+ 1
- 1
cmd/admin.go View File

@@ -18,7 +18,7 @@ var (
// CmdAdmin represents the available admin sub-command.
CmdAdmin = cli.Command{
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
to make automatic initialization process more smoothly`,
Subcommands: []cli.Command{


Loading…
Cancel
Save