Removed filename from --reporter option

(it's not implemented yet)
This commit is contained in:
Phil Nash 2013-06-26 08:42:05 +01:00
parent ae1c1ac1a0
commit a76d93ad54
1 changed files with 2 additions and 1 deletions

View File

@ -85,7 +85,8 @@ namespace Catch {
.describe( "reporter to use - defaults to console" ) .describe( "reporter to use - defaults to console" )
.shortOpt( "r") .shortOpt( "r")
.longOpt( "reporter" ) .longOpt( "reporter" )
.argName( "name[:filename]" ); // .argName( "name[:filename]" );
.argName( "name" );
cli.bind( &ConfigData::name ) cli.bind( &ConfigData::name )
.describe( "suite name" ) .describe( "suite name" )