diff --git a/mesonbuild/mcompile.py b/mesonbuild/mcompile.py index 5352143d9..3199f593d 100644 --- a/mesonbuild/mcompile.py +++ b/mesonbuild/mcompile.py @@ -263,7 +263,7 @@ def add_arguments(parser: 'argparse.ArgumentParser') -> None: help='The system load average to try to maintain (if supported).' ) parser.add_argument( - '--verbose', + '-v', '--verbose', action='store_true', help='Show more verbose output.' )