This commit is contained in:
Phil Nash 2013-06-06 18:56:43 +01:00
parent a7e657fd9b
commit e035e2835d
2 changed files with 17 additions and 19 deletions

View file

@ -110,11 +110,11 @@ namespace Catch {
.longOpt( "warn" )
.argName( "warning name" );
cli.bind( &setVerbosity )
.describe( "level of verbosity (0=no output)" )
.shortOpt( "v")
.longOpt( "verbosity" )
.argName( "level" );
// cli.bind( &setVerbosity )
// .describe( "level of verbosity (0=no output)" )
// .shortOpt( "v")
// .longOpt( "verbosity" )
// .argName( "level" );
cli.bind( &addTestOrTags )
.describe( "which test or tests to use" )