Fix the description of -f argument

This commit is contained in:
TAKAHASHI Shuuji
2021-04-18 11:31:01 +09:00
committed by GitHub
parent 3ee03e4409
commit f1349a26bb
+1 -1
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.")