mirror of
https://github.com/catchorg/Catch2.git
synced 2025-11-11 21:10:19 +01:00
Fix the help text for the --order command line argument
It was changed to rand in v3.9.0.
This commit is contained in:
committed by
Martin Hořeňovský
parent
31ee3beb0a
commit
a1faad9315
@@ -265,7 +265,7 @@ namespace Catch {
|
||||
( "list all listeners" )
|
||||
| Opt( setTestOrder, "decl|lex|rand" )
|
||||
["--order"]
|
||||
( "test case order (defaults to decl)" )
|
||||
( "test case order (defaults to rand)" )
|
||||
| Opt( setRngSeed, "'time'|'random-device'|number" )
|
||||
["--rng-seed"]
|
||||
( "set a specific seed for random numbers" )
|
||||
|
||||
Reference in New Issue
Block a user