diff options
-rw-r--r-- | mesonbuild/mcompile.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/mcompile.py b/mesonbuild/mcompile.py index 5352143..3199f59 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.' ) |