mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09:00 
			
		
		
		
	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.
This commit is contained in:
		| @@ -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{ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user