From 7e18fb7f5f79c358c00f5cfc299252a9eb124718 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 23 Jun 2023 11:03:33 -0700 Subject: [PATCH] Help for --cmd --- aider/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/main.py b/aider/main.py index 0afbe0f69..8c669cecf 100644 --- a/aider/main.py +++ b/aider/main.py @@ -210,7 +210,7 @@ def main(args=None, input=None, output=None): "--command", "--cmd", metavar="COMMAND", - help="Specify the command to pass to coder.run()", + help="Specify a single command to give to GPT (disables chat mode)", ) args = parser.parse_args(args)