Fix the help text for the --order command line argument

It was changed to rand in v3.9.0.
This commit is contained in:
Stefan Haller
2025-11-07 15:08:46 +01:00
committed by Martin Hořeňovský
parent 31ee3beb0a
commit a1faad9315

View File

@@ -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" )