From d4117b920833fa0aec2fd14a48baa6e1c08a2746 Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Tue, 19 Apr 2011 18:53:48 +0100 Subject: [PATCH] Added name option to cmd line help --- catch_runner.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; }