diff options
Diffstat (limited to 'mesonbuild/mconf.py')
-rw-r--r-- | mesonbuild/mconf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/mconf.py b/mesonbuild/mconf.py index ee4dbf8..09b0f12 100644 --- a/mesonbuild/mconf.py +++ b/mesonbuild/mconf.py @@ -17,7 +17,7 @@ import pickle import argparse from . import coredata, mesonlib -parser = argparse.ArgumentParser() +parser = argparse.ArgumentParser(prog='meson configure') parser.add_argument('-D', action='append', default=[], dest='sets', help='Set an option to the given value.') |