Updated help help

This commit is contained in:
Phil Nash 2012-09-25 07:43:37 +01:00
parent e561eec001
commit 60fb60f5e0
1 changed files with 2 additions and 2 deletions

View File

@ -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 "";