From a0d54d04414eb1a08d825957226eaa710eb2e908 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Mon, 11 Jan 2021 14:10:28 -0500 Subject: 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 --- docs/markdown/Commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.1