mesonconf: fix bad-continuation

Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
pull/161/head
Igor Gnatenko 10 years ago
parent e954f8314b
commit c74a72a6a1
  1. 2
      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):

Loading…
Cancel
Save