mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 20:27:11 +01:00 
			
		
		
		
	Updated help help
This commit is contained in:
		| @@ -188,10 +188,10 @@ namespace Catch { | ||||
|                 m_optionNames.push_back( "--help" ); | ||||
|             } | ||||
|             virtual std::string argsSynopsis() const { | ||||
|                 return "[<option for help on>]"; | ||||
|                 return "[<option for help on> ...]"; | ||||
|             } | ||||
|             virtual std::string optionSummary() const { | ||||
|                 return "Shows this usage summary, or help on a specific option, if supplied"; | ||||
|                 return "Shows this usage summary, or help on a specific option, or options, if supplied"; | ||||
|             } | ||||
|             virtual std::string optionDescription() const { | ||||
|                 return ""; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Phil Nash
					Phil Nash