diff --git a/catch_runner.hpp b/catch_runner.hpp index 15d76e8b..207276fe 100644 --- a/catch_runner.hpp +++ b/catch_runner.hpp @@ -99,7 +99,8 @@ namespace Catch << "\t-r, --reporter \n" << "\t-o, --out |<%stream name>\n" << "\t-s, --success\n" - << "\t-b, --break\n\n" + << "\t-b, --break\n" + << "\t-n, --name \n\n" << "For more detail usage please see: https://github.com/philsquared/Catch/wiki/Command-line" << std::endl; }