Browse Source

Fix typo (#21201)

<!--

Please check the following:

1. Make sure you are targeting the `main` branch, pull requests on
release branches are only allowed for bug fixes.
2. Read contributing guidelines:
https://github.com/go-gitea/gitea/blob/main/CONTRIBUTING.md
3. Describe what your pull request does and which issue you're targeting
(if any)

-->  
I fixed typo.
tags/v1.18.0-rc0
naoki kuroda 1 year ago
parent
commit
c87e6a89da
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      cmd/serv.go

+ 1
- 1
cmd/serv.go View File

@@ -43,7 +43,7 @@ const (
var CmdServ = cli.Command{
Name: "serv",
Usage: "This command should only be called by SSH shell",
Description: `Serv provide access auth for repositories`,
Description: "Serv provides access auth for repositories",
Action: runServ,
Flags: []cli.Flag{
cli.BoolFlag{

Loading…
Cancel
Save