aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2021-01-11 14:10:28 -0500
committerEli Schwartz <eschwartz@archlinux.org>2021-01-11 14:12:29 -0500
commita0d54d04414eb1a08d825957226eaa710eb2e908 (patch)
treeb03ae78984a4b267a24d2ebaf9b2f8f9808eab5e
parent72365e6856e688054938f6055af66f0ac83d261e (diff)
downloadmeson-a0d54d04414eb1a08d825957226eaa710eb2e908.zip
meson-a0d54d04414eb1a08d825957226eaa710eb2e908.tar.gz
meson-a0d54d04414eb1a08d825957226eaa710eb2e908.tar.bz2
doc: fix invalid Commands.md example for introspect [skip ci]
It requires at least one option argument, and the one that provides "basic information" about the project is --projectinfo, so let's use that to demo the command. Fixes #8182
-rw-r--r--docs/markdown/Commands.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Commands.md b/docs/markdown/Commands.md
index 46bd21b..d7233d4 100644
--- a/docs/markdown/Commands.md
+++ b/docs/markdown/Commands.md
@@ -151,7 +151,7 @@ Displays information about a configured meson project.
Display basic information about a configured project in `builddir`:
```
-meson introspect builddir
+meson introspect builddir --projectinfo
```
### install