mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 13:26:10 +01:00
Fix cli help tooltip for --use-colour
This commit is contained in:
parent
f206162b2d
commit
9b01c404f5
@ -298,7 +298,7 @@ namespace Catch {
|
||||
| Opt( setRngSeed, "'time'|'random-device'|number" )
|
||||
["--rng-seed"]
|
||||
( "set a specific seed for random numbers" )
|
||||
| Opt( setColourUsage, "yes|no" )
|
||||
| Opt( setColourUsage, "yes|no|auto" )
|
||||
["--use-colour"]
|
||||
( "should output be colourised" )
|
||||
| Opt( config.libIdentify )
|
||||
|
Loading…
Reference in New Issue
Block a user