From a521d4a3ced8de1d3fdce9aea62e50146f4b5c98 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sat, 24 Jun 2023 13:50:45 -0700 Subject: [PATCH] Renamed --cmd to --msg --- aider/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/main.py b/aider/main.py index ea28cb4bc..8b6430fe8 100644 --- a/aider/main.py +++ b/aider/main.py @@ -225,7 +225,7 @@ def main(args=None, input=None, output=None): "--msg", "-m", metavar="COMMAND", - help="Specify a single command to give to GPT (disables chat mode)", + help="Specify a single message to send GPT, process reply then exit (disables chat mode)", ) args = parser.parse_args(args)