Fix the description of `-f` argument
parent
3ee03e4409
commit
f1349a26bb
|
@ -373,7 +373,7 @@ def parse_arguments():
|
||||||
parser.add_argument("-f", dest="filter", default="/docs/**/*.md",
|
parser.add_argument("-f", dest="filter", default="/docs/**/*.md",
|
||||||
metavar="<FILTER>",
|
metavar="<FILTER>",
|
||||||
help=("File pattern to scan, e.g. '/docs/foo.md'. "
|
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",
|
parser.add_argument("-n", "--no-color", action="store_true",
|
||||||
help="Suppress colored printing.")
|
help="Suppress colored printing.")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue