Skip to content

Commit c6bbcf3

Browse files
authored
Merge pull request #27599 from shuuji3/patch-8
Fix the typo of `-f` argument in scripts/linkchecker.py
2 parents 1b45149 + f1349a2 commit c6bbcf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/linkchecker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ def parse_arguments():
373373
parser.add_argument("-f", dest="filter", default="/docs/**/*.md",
374374
metavar="<FILTER>",
375375
help=("File pattern to scan, e.g. '/docs/foo.md'. "
376-
"(default='/docs/foo/*.md')"))
376+
"(default='/docs/**/*.md')"))
377377
parser.add_argument("-n", "--no-color", action="store_true",
378378
help="Suppress colored printing.")
379379

0 commit comments

Comments
 (0)