msetup: Correction of the message text

pull/13852/head
x1z53 3 weeks ago committed by Eli Schwartz
parent a337dfe265
commit 59a608878c
  1. 2
      mesonbuild/msetup.py

@ -165,7 +165,7 @@ class MesonApp:
if not self.options.reconfigure and not self.options.wipe: if not self.options.reconfigure and not self.options.wipe:
print('Directory already configured.\n\n' print('Directory already configured.\n\n'
'Just run your build command (e.g. ninja) and Meson will regenerate as necessary.\n' 'Just run your build command (e.g. ninja) and Meson will regenerate as necessary.\n'
'Run "meson setup --reconfigure to force Meson to regenerate.\n\n' 'Run "meson setup --reconfigure" to force Meson to regenerate.\n\n'
'If build failures persist, run "meson setup --wipe" to rebuild from scratch\n' 'If build failures persist, run "meson setup --wipe" to rebuild from scratch\n'
'using the same options as passed when configuring the build.') 'using the same options as passed when configuring the build.')
if self.options.cmd_line_options: if self.options.cmd_line_options:

Loading…
Cancel
Save