mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-01 12:55:40 +02:00
Fixed script for new readme
- updated README with new version - fixed casing error for -e opt description
This commit is contained in:
@@ -71,7 +71,7 @@ namespace Catch {
|
||||
.longOpt( "break" );
|
||||
|
||||
cli.bind( &ConfigData::noThrow )
|
||||
.describe( "Skip exception tests" )
|
||||
.describe( "skip exception tests" )
|
||||
.shortOpt( "e")
|
||||
.longOpt( "nothrow" );
|
||||
|
||||
|
Reference in New Issue
Block a user