From: Vipul Date: Sun, 27 Sep 2020 05:54:21 +0000 (+0000) Subject: End 'force-exclude' help message with a period (#1727) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/bc138d12630ec38cb1b11b2fb2ca8762ac2ae7a4 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. --- diff --git a/README.md b/README.md index 942e854..aef850f 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ Options: --force-exclude TEXT Like --exclude, but files and directories 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. Errors are still emitted; silence those with diff --git a/docs/installation_and_usage.md b/docs/installation_and_usage.md index cc02691..7d37f59 100644 --- a/docs/installation_and_usage.md +++ b/docs/installation_and_usage.md @@ -88,7 +88,7 @@ Options: --force-exclude TEXT Like --exclude, but files and directories 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. Errors are still emitted; silence those with diff --git a/src/black/__init__.py b/src/black/__init__.py index c1db8e6..dce7a24 100644 --- a/src/black/__init__.py +++ b/src/black/__init__.py @@ -454,7 +454,7 @@ def target_version_option_callback( type=str, help=( "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(