From 88e42a124b2540e80d7840177a535400d2b22e18 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 18 Oct 2023 12:47:26 -0700 Subject: [PATCH] copy --- aider/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/main.py b/aider/main.py index 5c22688d2..03428bd55 100644 --- a/aider/main.py +++ b/aider/main.py @@ -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, )