Fixed some signed/ unsigned warnings

This commit is contained in:
Phil Nash
2012-06-02 23:08:07 +01:00
parent e9e68591a2
commit 6d1c11381e
5 changed files with 12 additions and 12 deletions

View File

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