summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorigo95862 <igo95862@yandex.ru>2021-01-11 16:04:33 +0300
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-02-02 17:35:30 +0100
commitcb3fa8c4c4275c1db4d6452db727728ba8ed8ca9 (patch)
treef55924744f4d2f508f6e5863621b92d848d0ddae
parent247c055f54bcc23c3d038d88862ff1549401b40d (diff)
downloadsystemd-cb3fa8c4c4275c1db4d6452db727728ba8ed8ca9.tar.gz
docs: `mesonconf` is not a valid command, `meson configure` is
Meson documentation for `meson configure` https://mesonbuild.com/Commands.html#configure (cherry picked from commit 5adfb06d5582adf09421d189b5e2fc6b93fa23e8) (cherry picked from commit b81e441b617f77c67d9023fdc803c3ab94345db6)
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index ff7774927c..166def67d0 100644
--- 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: