Skip to content

Commit

Permalink
msetup: Correction of the message text
Browse files Browse the repository at this point in the history
  • Loading branch information
X1Z53 authored and eli-schwartz committed Oct 31, 2024
1 parent a337dfe commit 59a6088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mesonbuild/msetup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 59a6088

Please sign in to comment.