mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-25 14:09:26 +00:00
Fixed script for new readme
- updated README with new version - fixed casing error for -e opt description
This commit is contained in:
parent
f3592f2102
commit
7d5f2715ce
4 changed files with 6 additions and 6 deletions
|
@ -71,7 +71,7 @@ namespace Catch {
|
|||
.longOpt( "break" );
|
||||
|
||||
cli.bind( &ConfigData::noThrow )
|
||||
.describe( "Skip exception tests" )
|
||||
.describe( "skip exception tests" )
|
||||
.shortOpt( "e")
|
||||
.longOpt( "nothrow" );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue