diff options
Diffstat (limited to 'mesonconf.py')
-rwxr-xr-x | mesonconf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonconf.py b/mesonconf.py index 8773aa0..ec6faef 100755 --- a/mesonconf.py +++ b/mesonconf.py @@ -23,7 +23,7 @@ from meson import build_types parser = argparse.ArgumentParser() parser.add_argument('-D', action='append', default=[], dest='sets', - help='Set an option to the given value.') + help='Set an option to the given value.') parser.add_argument('directory', nargs='*') class ConfException(Exception): |