mirror of
				https://gitea.com/gitea/tea.git
				synced 2025-10-31 09:15:26 +01:00 
			
		
		
		
	Minor improvements to command-line language (#66)
This commit is contained in:
		 serverwentdown
					serverwentdown
				
			
				
					committed by
					
						 techknowlogick
						techknowlogick
					
				
			
			
				
	
			
			
			 techknowlogick
						techknowlogick
					
				
			
						parent
						
							3d128cfc69
						
					
				
				
					commit
					72b602409b
				
			| @@ -19,8 +19,8 @@ import ( | ||||
| // CmdIssues represents to login a gitea server. | ||||
| var CmdIssues = cli.Command{ | ||||
| 	Name:        "issues", | ||||
| 	Usage:       "Operate with issues of the repository", | ||||
| 	Description: `Operate with issues of the repository`, | ||||
| 	Usage:       "List and create issues", | ||||
| 	Description: `List and create issues`, | ||||
| 	Action:      runIssues, | ||||
| 	Subcommands: []cli.Command{ | ||||
| 		CmdIssuesList, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user