From 16e0dc2f654706a1ec620574c8563e1c2f3ed607 Mon Sep 17 00:00:00 2001 From: Gabriel Schlozer Date: Thu, 28 Jul 2016 15:50:18 +0200 Subject: [PATCH] fixed comment --- UnitTest++/TestRunner.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnitTest++/TestRunner.h b/UnitTest++/TestRunner.h index 55f3856..62b56e6 100644 --- a/UnitTest++/TestRunner.h +++ b/UnitTest++/TestRunner.h @@ -17,7 +17,7 @@ namespace UnitTest { * Commands: * --suite One or multiple suite names to execute, can be combined with --test * --test One or multiple test names to execute, can be combined with --suite - * --ignoretest One or multiple test parameter name, with index(es) specified, using this syntax: pzMyParam[4,8,12,7] + * --ignoreparam One or multiple test parameter name, with index(es) specified, using this syntax: pzMyParam[4,8,12,7] * * Usage example: myTests.exe --suite MySuite1 MyOtherSuite --test MySpecialTest MyOtherTest --ignoreparam pzMyPlatforms[0,2,3] pzMyParam[4,8] */