End 'force-exclude' help message with a period (#1727)
It would be nice, if like other options help message, force-exclude's help message also ends with a period punctuation mark.
This commit is contained in:
parent
6dddbd7241
commit
bc138d1263
@ -133,7 +133,7 @@ Options:
|
|||||||
|
|
||||||
--force-exclude TEXT Like --exclude, but files and directories
|
--force-exclude TEXT Like --exclude, but files and directories
|
||||||
matching this regex will be excluded even
|
matching this regex will be excluded even
|
||||||
when they are passed explicitly as arguments
|
when they are passed explicitly as arguments.
|
||||||
|
|
||||||
-q, --quiet Don't emit non-error messages to stderr.
|
-q, --quiet Don't emit non-error messages to stderr.
|
||||||
Errors are still emitted; silence those with
|
Errors are still emitted; silence those with
|
||||||
|
@ -88,7 +88,7 @@ Options:
|
|||||||
|
|
||||||
--force-exclude TEXT Like --exclude, but files and directories
|
--force-exclude TEXT Like --exclude, but files and directories
|
||||||
matching this regex will be excluded even
|
matching this regex will be excluded even
|
||||||
when they are passed explicitly as arguments
|
when they are passed explicitly as arguments.
|
||||||
|
|
||||||
-q, --quiet Don't emit non-error messages to stderr.
|
-q, --quiet Don't emit non-error messages to stderr.
|
||||||
Errors are still emitted; silence those with
|
Errors are still emitted; silence those with
|
||||||
|
@ -454,7 +454,7 @@ def target_version_option_callback(
|
|||||||
type=str,
|
type=str,
|
||||||
help=(
|
help=(
|
||||||
"Like --exclude, but files and directories matching this regex will be "
|
"Like --exclude, but files and directories matching this regex will be "
|
||||||
"excluded even when they are passed explicitly as arguments"
|
"excluded even when they are passed explicitly as arguments."
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
@click.option(
|
@click.option(
|
||||||
|
Loading…
Reference in New Issue
Block a user