diff options
author | Eli Schwartz <eschwartz@archlinux.org> | 2022-08-22 00:22:25 -0400 |
---|---|---|
committer | Eli Schwartz <eschwartz@archlinux.org> | 2022-08-22 00:23:14 -0400 |
commit | d395b1a7682cdc9387b452fd2904d394eb1c0cd2 (patch) | |
tree | c6e42872b005a1e442ba3da039d3aa7c21c61ebf /mesonbuild/msetup.py | |
parent | a572734330b788de4a7bdfd8f64cbc01b0fe37b0 (diff) | |
download | meson-d395b1a7682cdc9387b452fd2904d394eb1c0cd2.zip meson-d395b1a7682cdc9387b452fd2904d394eb1c0cd2.tar.gz meson-d395b1a7682cdc9387b452fd2904d394eb1c0cd2.tar.bz2 |
fix up some message strings that don't include "setup" in the configure command
Diffstat (limited to 'mesonbuild/msetup.py')
-rw-r--r-- | mesonbuild/msetup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/msetup.py b/mesonbuild/msetup.py index 2a15e13..7fa18af 100644 --- a/mesonbuild/msetup.py +++ b/mesonbuild/msetup.py @@ -165,7 +165,7 @@ class MesonApp: if not reconfigure and not wipe: print('Directory already configured.\n' '\nJust run your build command (e.g. ninja) and Meson will regenerate as necessary.\n' - 'If ninja fails, run "ninja reconfigure" or "meson --reconfigure"\n' + 'If ninja fails, run "ninja reconfigure" or "meson setup --reconfigure"\n' 'to force Meson to regenerate.\n' '\nIf build failures persist, run "meson setup --wipe" to rebuild from scratch\n' 'using the same options as passed when configuring the build.' |