aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/msetup.py
diff options
context:
space:
mode:
authorJens Carl <jc.gh@jens-carl.de>2020-04-10 07:27:51 -0700
committerGitHub <noreply@github.com>2020-04-10 17:27:51 +0300
commit2008cb21098e3d73d1b8f82c2c35c455c9435dfa (patch)
tree307704729f39a56e13ecec39fd65108b0b565051 /mesonbuild/msetup.py
parentf655518545e4ac97526f3fedb197157bf43a1b5c (diff)
downloadmeson-2008cb21098e3d73d1b8f82c2c35c455c9435dfa.zip
meson-2008cb21098e3d73d1b8f82c2c35c455c9435dfa.tar.gz
meson-2008cb21098e3d73d1b8f82c2c35c455c9435dfa.tar.bz2
Fix typo in help of option '--wipe' [skip ci]
Diffstat (limited to 'mesonbuild/msetup.py')
-rw-r--r--mesonbuild/msetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/msetup.py b/mesonbuild/msetup.py
index 39cacea..77d8377 100644
--- a/mesonbuild/msetup.py
+++ b/mesonbuild/msetup.py
@@ -53,7 +53,7 @@ def add_arguments(parser):
'is not working.')
parser.add_argument('--wipe', action='store_true',
help='Wipe build directory and reconfigure using previous command line options. ' +
- 'Userful when build directory got corrupted, or when rebuilding with a ' +
+ 'Useful when build directory got corrupted, or when rebuilding with a ' +
'newer version of meson.')
parser.add_argument('builddir', nargs='?', default=None)
parser.add_argument('sourcedir', nargs='?', default=None)