From 957f59c01163757d04610e338d640b8d1965e930 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 24 Jul 2023 17:35:47 -0300 Subject: [PATCH] updated help --- aider/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/main.py b/aider/main.py index f8bcae55b..a3bf80b1c 100644 --- a/aider/main.py +++ b/aider/main.py @@ -135,7 +135,7 @@ def main(argv=None, input=None, output=None, force_git_root=None): "files", metavar="FILE", nargs="*", - help="a list of source code files to edit with GPT (optional)", + help="the directory of a git repo, or a list of files to edit with GPT (optional)", ) core_group.add_argument( "--openai-api-key",