aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Gnatenko <i.gnatenko.brain@gmail.com>2015-06-19 10:21:12 +0300
committerIgor Gnatenko <i.gnatenko.brain@gmail.com>2015-06-19 10:48:50 +0300
commit5b599516580e4d24e8fe8f085c4ebbf7988a4abf (patch)
treeaecbf99480395c0a4f3f448257ab593d6785d799
parentaa9008e76d3bd45885b06061fff1579b01870715 (diff)
downloadmeson-5b599516580e4d24e8fe8f085c4ebbf7988a4abf.zip
meson-5b599516580e4d24e8fe8f085c4ebbf7988a4abf.tar.gz
meson-5b599516580e4d24e8fe8f085c4ebbf7988a4abf.tar.bz2
meson_test: fix bad-continuation
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
-rwxr-xr-xmeson_test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson_test.py b/meson_test.py
index 47f3b8b..452ce74 100755
--- a/meson_test.py
+++ b/meson_test.py
@@ -23,9 +23,9 @@ tests_failed = False
parser = argparse.ArgumentParser()
parser.add_argument('--wrapper', default=None, dest='wrapper',
- help='wrapper to run tests with (e.g. valgrind)')
+ help='wrapper to run tests with (e.g. valgrind)')
parser.add_argument('--wd', default=None, dest='wd',
- help='directory to cd into before running')
+ help='directory to cd into before running')
parser.add_argument('args', nargs='+')