We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3933abd commit 34edca7Copy full SHA for 34edca7
Source/CommandLine.cpp
@@ -361,7 +361,7 @@ static juce::String getHelpMessage()
361
<< " --timeout-ms [numMilliseconds]" << newLine
362
<< " Sets a timout which will stop validation with an error if no output from any" << newLine
363
<< " test has happened for this number of ms." << newLine
364
- << " By default this is 30s but can be set to -1 to never timeout." << newLine
+ << " By default this is 30s but can be set to \"-1\" (must be quoted) to never timeout." << newLine
365
<< newLine
366
// repeating tests
367
<< " --repeat [num repeats]" << newLine
0 commit comments