diff --git a/aider/main.py b/aider/main.py index 70c2b312d..286ab2f81 100644 --- a/aider/main.py +++ b/aider/main.py @@ -97,7 +97,7 @@ def main(args=None, input=None, output=None): default=False, ) parser.add_argument( - "--verbose", + "-v", "--verbose", action="store_true", help="Enable verbose output", default=False,