Skip to content

Commit 3ef72d5

Browse files
committed
in docs s/--timeout 0/--timeout=0/, #928
1 parent 5e2420b commit 3ef72d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Unix/cloc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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";

cloc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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";

0 commit comments

Comments
 (0)