Fix the description of `-f` argument

pull/27599/head
TAKAHASHI Shuuji 2021-04-18 11:31:01 +09:00 committed by GitHub
parent 3ee03e4409
commit f1349a26bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.")