Skip to content

Commit

Permalink
Merge pull request kubernetes#27599 from shuuji3/patch-8
Browse files Browse the repository at this point in the history
Fix the typo of `-f` argument in scripts/linkchecker.py
  • Loading branch information
k8s-ci-robot authored Apr 19, 2021
2 parents 1b45149 + f1349a2 commit c6bbcf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/linkchecker.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ def parse_arguments():
parser.add_argument("-f", dest="filter", default="/docs/**/*.md",
metavar="<FILTER>",
help=("File pattern to scan, e.g. '/docs/foo.md'. "
"(default='/docs/foo/*.md')"))
"(default='/docs/**/*.md')"))
parser.add_argument("-n", "--no-color", action="store_true",
help="Suppress colored printing.")

Expand Down

0 comments on commit c6bbcf3

Please sign in to comment.