Skip to content

Commit 59a6088

Browse files
x1z53eli-schwartz
authored andcommitted
msetup: Correction of the message text
1 parent a337dfe commit 59a6088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mesonbuild/msetup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def validate_dirs(self) -> T.Tuple[str, str]:
165165
if not self.options.reconfigure and not self.options.wipe:
166166
print('Directory already configured.\n\n'
167167
'Just run your build command (e.g. ninja) and Meson will regenerate as necessary.\n'
168-
'Run "meson setup --reconfigure to force Meson to regenerate.\n\n'
168+
'Run "meson setup --reconfigure" to force Meson to regenerate.\n\n'
169169
'If build failures persist, run "meson setup --wipe" to rebuild from scratch\n'
170170
'using the same options as passed when configuring the build.')
171171
if self.options.cmd_line_options:

0 commit comments

Comments
 (0)