diff --git a/aider/main.py b/aider/main.py index 927c99114..0afbe0f69 100644 --- a/aider/main.py +++ b/aider/main.py @@ -208,7 +208,7 @@ def main(args=None, input=None, output=None): ) parser.add_argument( "--command", - "-c", + "--cmd", metavar="COMMAND", help="Specify the command to pass to coder.run()", )