Added name option to cmd line help

This commit is contained in:
Phil Nash 2011-04-19 18:53:48 +01:00
parent b1d9fa82b6
commit d4117b9208
1 changed files with 2 additions and 1 deletions

View File

@ -99,7 +99,8 @@ namespace Catch
<< "\t-r, --reporter <reporter name>\n"
<< "\t-o, --out <file name>|<%stream name>\n"
<< "\t-s, --success\n"
<< "\t-b, --break\n\n"
<< "\t-b, --break\n"
<< "\t-n, --name <name>\n\n"
<< "For more detail usage please see: https://github.com/philsquared/Catch/wiki/Command-line" << std::endl;
}