This commit is contained in:
Paul Gauthier 2023-10-18 12:47:26 -07:00
parent dffeaac4d9
commit 88e42a124b

View file

@ -335,7 +335,7 @@ def main(argv=None, input=None, output=None, force_git_root=None):
git_group.add_argument(
"--commit",
action="store_true",
help="Commit all pending changes with a suitable commit message",
help="Commit all pending changes with a suitable commit message, then exit",
default=False,
)