diff --git a/include/internal/catch_commandline.hpp b/include/internal/catch_commandline.hpp index 16c23e4f..871db331 100644 --- a/include/internal/catch_commandline.hpp +++ b/include/internal/catch_commandline.hpp @@ -85,7 +85,8 @@ namespace Catch { .describe( "reporter to use - defaults to console" ) .shortOpt( "r") .longOpt( "reporter" ) - .argName( "name[:filename]" ); +// .argName( "name[:filename]" ); + .argName( "name" ); cli.bind( &ConfigData::name ) .describe( "suite name" )