]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
docs: `mesonconf` is not a valid command, `meson configure` is
authorigo95862 <igo95862@yandex.ru>
Mon, 11 Jan 2021 13:04:33 +0000 (16:04 +0300)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 12 Jan 2021 05:17:48 +0000 (14:17 +0900)
Meson documentation for `meson configure`
https://mesonbuild.com/Commands.html#configure

README

diff --git a/README b/README
index 39d4e5aa1516cdaa02f3d63ee1ffd2db1d9186b0..1617c3d195f5aa0e85ff6fc896fefa7aefd11ca8 100644 (file)
--- a/README
+++ b/README
@@ -192,8 +192,8 @@ REQUIREMENTS:
         Any configuration options can be specified as -Darg=value... arguments
         to meson. After the build directory is initially configured, meson will
         refuse to run again, and options must be changed with:
-          mesonconf -Darg=value...
-        mesonconf without any arguments will print out available options and
+          meson configure -Darg=value build/
+        meson configure without any arguments will print out available options and
         their current values.
 
         Useful commands: