Fix cli help tooltip for --use-colour

This commit is contained in:
Martin Hořeňovský 2022-03-06 14:45:30 +01:00
parent f206162b2d
commit 9b01c404f5
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A
1 changed files with 1 additions and 1 deletions

View File

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