diff --git a/mesonbuild/msetup.py b/mesonbuild/msetup.py index 81f4af1c444f..e634c05ab5aa 100644 --- a/mesonbuild/msetup.py +++ b/mesonbuild/msetup.py @@ -165,7 +165,7 @@ def validate_dirs(self) -> T.Tuple[str, str]: if not self.options.reconfigure and not self.options.wipe: print('Directory already configured.\n\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' 'using the same options as passed when configuring the build.') if self.options.cmd_line_options: