File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1841,7 +1841,7 @@ sub suggest_remedies_for_errors { # {{{1
18411841 if ($hit_timeout) {
18421842 print "\n";
18431843 print "One or more files took longer to process than expected.\n";
1844- print "Try rerunning without timeout guards by adding --timeout 0\n";
1844+ print "Try rerunning without timeout guards by adding --timeout= 0\n";
18451845 print "to your command line arguments. See the documentation on\n";
18461846 print "the --timeout switch for more information.\n";
18471847 print "\n";
Original file line number Diff line number Diff line change @@ -1833,7 +1833,7 @@ sub suggest_remedies_for_errors { # {{{1
18331833 if ($hit_timeout) {
18341834 print "\n";
18351835 print "One or more files took longer to process than expected.\n";
1836- print "Try rerunning without timeout guards by adding --timeout 0\n";
1836+ print "Try rerunning without timeout guards by adding --timeout= 0\n";
18371837 print "to your command line arguments. See the documentation on\n";
18381838 print "the --timeout switch for more information.\n";
18391839 print "\n";
You can’t perform that action at this time.
0 commit comments