summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorx1z53 <x1z53@yandex.ru>2024-10-23 00:26:49 +0300
committerEli Schwartz <eschwartz93@gmail.com>2024-10-31 17:18:09 -0400
commit59a608878c83d82f6943def8d9be15fa49d128a7 (patch)
tree7c28533b7867240dad2df8fdbd9b84e0f9fa34fd
parenta337dfe2650824c98683d71a91a577706c3e0e62 (diff)
downloadmeson-59a608878c83d82f6943def8d9be15fa49d128a7.tar.gz
msetup: Correction of the message text
-rw-r--r--mesonbuild/msetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/msetup.py b/mesonbuild/msetup.py
index 81f4af1c4..e634c05ab 100644
--- a/mesonbuild/msetup.py
+++ b/mesonbuild/msetup.py
@@ -165,7 +165,7 @@ class MesonApp:
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: