Skip to content

Commit 34edca7

Browse files
committed
Docs: Added a comment about negative timeouts
1 parent 3933abd commit 34edca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/CommandLine.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ static juce::String getHelpMessage()
361361
<< " --timeout-ms [numMilliseconds]" << newLine
362362
<< " Sets a timout which will stop validation with an error if no output from any" << newLine
363363
<< " 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
364+
<< " By default this is 30s but can be set to \"-1\" (must be quoted) to never timeout." << newLine
365365
<< newLine
366366
// repeating tests
367367
<< " --repeat [num repeats]" << newLine

0 commit comments

Comments
 (0)