mirror of
				https://gitea.com/gitea/tea.git
				synced 2025-10-31 01:05:26 +01:00 
			
		
		
		
	Correct spelling of "wether" to "whether" in usage output (#453)
Noticed "whether" misspelled as "wether" in the output of `tea issues --help` and corrected it in a few locations. Co-authored-by: Alex Kelly <kellya@arachnitech.com> Reviewed-on: https://gitea.com/gitea/tea/pulls/453 Reviewed-by: Norwin <noerw@noreply.gitea.io> Reviewed-by: 6543 <6543@obermui.de> Co-authored-by: kellya <kellya@noreply.gitea.io> Co-committed-by: kellya <kellya@noreply.gitea.io>
This commit is contained in:
		| @@ -34,7 +34,7 @@ var CmdIssues = cli.Command{ | ||||
| 	Flags: append([]cli.Flag{ | ||||
| 		&cli.BoolFlag{ | ||||
| 			Name:  "comments", | ||||
| 			Usage: "Wether to display comments (will prompt if not provided & run interactively)", | ||||
| 			Usage: "Whether to display comments (will prompt if not provided & run interactively)", | ||||
| 		}, | ||||
| 	}, issues.CmdIssuesList.Flags...), | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 kellya
					kellya