updated help

This commit is contained in:
Paul Gauthier 2023-07-24 17:35:47 -03:00
parent cac627ae5f
commit 957f59c011

View file

@ -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",