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

@ -586,6 +586,7 @@ Options:
-p, --patch Increment patch component. -p, --patch Increment patch component.
-m, --minor Increment minor component. -m, --minor Increment minor component.
--major Increment major component. --major Increment major component.
-c, --commit-message <TMPL> Set commit message template.
--help Show this message and exit. --help Show this message and exit.
``` ```

View file

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