mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-25 22:19:25 +00:00
Changed --cutoff to --abort
This commit is contained in:
parent
0f9c551d4d
commit
8d02b9306d
4 changed files with 14 additions and 14 deletions
|
@ -84,7 +84,7 @@ namespace Catch {
|
|||
<< "\t-s, --success\n"
|
||||
<< "\t-b, --break\n"
|
||||
<< "\t-n, --name <name>\n"
|
||||
<< "\t-c, --cutoff [#]\n\n"
|
||||
<< "\t-a, --abort [#]\n\n"
|
||||
<< "For more detail usage please see: https://github.com/philsquared/Catch/wiki/Command-line" << std::endl;
|
||||
}
|
||||
inline void showHelp( std::string exeName ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue