mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 21:36:11 +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" )
|
| Opt( setRngSeed, "'time'|'random-device'|number" )
|
||||||
["--rng-seed"]
|
["--rng-seed"]
|
||||||
( "set a specific seed for random numbers" )
|
( "set a specific seed for random numbers" )
|
||||||
| Opt( setColourUsage, "yes|no" )
|
| Opt( setColourUsage, "yes|no|auto" )
|
||||||
["--use-colour"]
|
["--use-colour"]
|
||||||
( "should output be colourised" )
|
( "should output be colourised" )
|
||||||
| Opt( config.libIdentify )
|
| Opt( config.libIdentify )
|
||||||
|
Loading…
Reference in New Issue
Block a user