Fixed script for new readme

- updated README with new version
- fixed casing error for -e opt description
This commit is contained in:
Phil Nash 2013-06-07 21:15:25 +01:00
parent f3592f2102
commit 7d5f2715ce
4 changed files with 6 additions and 6 deletions

View file

@ -71,7 +71,7 @@ namespace Catch {
.longOpt( "break" );
cli.bind( &ConfigData::noThrow )
.describe( "Skip exception tests" )
.describe( "skip exception tests" )
.shortOpt( "e")
.longOpt( "nothrow" );