update README.md for 'bumver update --help'

This commit is contained in:
Manuel Barkhau 2021-05-13 17:26:39 +00:00 committed by mbarkhau
parent bf030d4fa0
commit 0e26efd0e7
2 changed files with 3 additions and 2 deletions

View file

@ -692,8 +692,8 @@ def _update_cfg_from_vcs(cfg: config.Config, fetch: bool) -> config.Config:
"-c",
"--commit-message",
default=None,
metavar="<MESSAGE>",
help="Set commit message.",
metavar="<TMPL>",
help="Set commit message template.",
)
def update(
dry : bool = False,