From 8bcbc5b0dec77b758c28dc6f38a056345737f807 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 11 May 2023 15:43:57 -0700 Subject: [PATCH] Changed help text for disabling auto commit of changes. --- aider/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/main.py b/aider/main.py index 97b595fbd..0a2a5d6c5 100644 --- a/aider/main.py +++ b/aider/main.py @@ -52,7 +52,7 @@ def main(): "--no-auto-commits", action="store_false", dest="auto_commits", - help=f"Do not automatically commit changes (default: True, ${env_prefix}AUTO_COMMITS)", + help=f"Disable auto commit of changes (${env_prefix}AUTO_COMMITS)", default=bool(int(os.environ.get(f"{env_prefix}AUTO_COMMITS", 1))), ) parser.add_argument(