aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2022-06-22 17:45:22 -0400
committerEli Schwartz <eschwartz@archlinux.org>2022-06-27 18:29:48 -0400
commit0960cd3c23312f9945c07bc5b8af603bc17fae5a (patch)
treed2b9a7bb6deeaddc3638239f5255940774fac0fa /docs/markdown
parent5e445fd747da7b72e4ebc718aeefc108cc8ac7f7 (diff)
downloadmeson-0960cd3c23312f9945c07bc5b8af603bc17fae5a.zip
meson-0960cd3c23312f9945c07bc5b8af603bc17fae5a.tar.gz
meson-0960cd3c23312f9945c07bc5b8af603bc17fae5a.tar.bz2
docs: encourage using the "setup" subcommand where appropriate
Diffstat (limited to 'docs/markdown')
-rw-r--r--docs/markdown/Builtin-options.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Builtin-options.md b/docs/markdown/Builtin-options.md
index 844ebde..9c3705b 100644
--- a/docs/markdown/Builtin-options.md
+++ b/docs/markdown/Builtin-options.md
@@ -113,7 +113,7 @@ All other combinations of `debug` and `optimization` set `buildtype` to `'custom
These are set in the same way as universal options, either by
`-Doption=value`, or by setting them inside `default_options` of
[[project]] in your `meson.build`. However, they cannot be shown in
-the output of `meson --help` because they depend on both the current
+the output of `meson setup --help` because they depend on both the current
platform and the compiler that will be selected. The only way to see
them is to setup a builddir and then run `meson configure` on it with
no options.