End no-color's description with period punctuation

It would be nice, if like description of other options, "--no-color"'s
description also ends with a period.
This commit is contained in:
Vipul Kumar 2020-09-23 04:27:53 +00:00
parent e408f7077f
commit 2b07c5d288
No known key found for this signature in database
GPG Key ID: F5235B9F8C8E7794
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ no_color = partial(
dest='no_color',
action='store_true',
default=False,
help="Suppress colored output",
help="Suppress colored output.",
) # type: Callable[..., Option]
version = partial(