Skip to content

Commit

Permalink
Docs: Added a comment about negative timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
drowaudio committed Jun 6, 2024
1 parent 3933abd commit 34edca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/CommandLine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ static juce::String getHelpMessage()
<< " --timeout-ms [numMilliseconds]" << newLine
<< " Sets a timout which will stop validation with an error if no output from any" << newLine
<< " test has happened for this number of ms." << newLine
<< " 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
<< newLine
// repeating tests
<< " --repeat [num repeats]" << newLine
Expand Down

0 comments on commit 34edca7

Please sign in to comment.