mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08: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