From 373b2e3b35e98f10ac5fd236797c647d01fc4111 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sat, 17 Jun 2023 06:59:10 -0700 Subject: [PATCH] Changed the description of the CLI tool to be more descriptive. --- aider/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/main.py b/aider/main.py index ce70af315..e05b93436 100644 --- a/aider/main.py +++ b/aider/main.py @@ -30,7 +30,7 @@ def main(args=None, input=None, output=None): default_config_files.insert(0, os.path.join(git_root, ".aider.conf.yml")) parser = configargparse.ArgumentParser( - description="aider - chat with GPT about your code", + description="aider is GPT powered coding in your terminal", add_config_file_help=True, default_config_files=default_config_files, config_file_parser_class=configargparse.YAMLConfigFileParser,