update readme

This commit is contained in:
Manuel Barkhau 2020-10-20 22:35:24 +00:00
parent ae3ebb7624
commit def43b9e3f
2 changed files with 14 additions and 13 deletions

View file

@ -607,7 +607,7 @@ def _try_update(
@verbose_option
@dry_option
def init(verbose: int = 0, dry: bool = False) -> None:
"""Initialize [calver] configuration."""
"""Initialize [bumpver] configuration."""
_configure_logging(verbose=max(_VERBOSE, verbose))
ctx, cfg = config.init(project_path=".", cfg_missing_ok=True)