Fix typo in help of option '--wipe' [skip ci]

pull/6942/head
Jens Carl 5 years ago committed by GitHub
parent f655518545
commit 2008cb2109
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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)

Loading…
Cancel
Save