From 59a608878c83d82f6943def8d9be15fa49d128a7 Mon Sep 17 00:00:00 2001 From: x1z53 Date: Wed, 23 Oct 2024 00:26:49 +0300 Subject: [PATCH] msetup: Correction of the message text --- mesonbuild/msetup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: