minor cleanups

This commit is contained in:
Manuel Barkhau 2020-12-06 22:53:40 +00:00
parent dd575bede7
commit ebd7534281
3 changed files with 15 additions and 36 deletions

View file

@ -241,7 +241,7 @@ def version_options(function: typ.Callable) -> typ.Callable:
@click.help_option()
@verbose_option
def cli(verbose: int = 0) -> None:
"""Automatically update CalVer version strings in plaintext files."""
"""Automatically update version strings in plaintext files."""
if verbose:
_configure_logging(verbose=max(_VERBOSE, verbose))