mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09:00 
			
		
		
		
	Fix typo (#990)
This commit is contained in:
		
				
					committed by
					
						 Lunny Xiao
						Lunny Xiao
					
				
			
			
				
	
			
			
			
						parent
						
							5f234ce2a5
						
					
				
				
					commit
					ffde33bdfa
				
			| @@ -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{ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user