diff options
author | Jens Carl <jc.gh@jens-carl.de> | 2020-04-10 07:27:51 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-10 17:27:51 +0300 |
commit | 2008cb21098e3d73d1b8f82c2c35c455c9435dfa (patch) | |
tree | 307704729f39a56e13ecec39fd65108b0b565051 | |
parent | f655518545e4ac97526f3fedb197157bf43a1b5c (diff) | |
download | meson-2008cb21098e3d73d1b8f82c2c35c455c9435dfa.zip meson-2008cb21098e3d73d1b8f82c2c35c455c9435dfa.tar.gz meson-2008cb21098e3d73d1b8f82c2c35c455c9435dfa.tar.bz2 |
Fix typo in help of option '--wipe' [skip ci]
-rw-r--r-- | mesonbuild/msetup.py | 2 |
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) |