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)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 2 Feb 2021 13:52:53 +0000 (14:52 +0100)
Meson documentation for `meson configure`
https://mesonbuild.com/Commands.html#configure

(cherry picked from commit 5adfb06d5582adf09421d189b5e2fc6b93fa23e8)

README

diff --git a/README b/README
index b1fbf284a12c6b73097a9bd309f3c2dac7d970ef..7b1157226c4789c2a751dc8d08362d65b18e1116 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: