From 1e7972e9ddbb8a324d0c63c14ced837cb5f940e6 Mon Sep 17 00:00:00 2001 From: Marc Herbert Date: Fri, 15 Nov 2019 09:48:18 -0800 Subject: docs: fix non-existent "meson rewriter" command in examples [skip ci] Probably dating back to the former mesonrewriter command? Fixes commit d4fe805a51d5 In some corner cases, "rewriter" could be mistaken as a positional argument. --- docs/markdown/Rewriter.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/markdown/Rewriter.md b/docs/markdown/Rewriter.md index 9972bea..6414480 100644 --- a/docs/markdown/Rewriter.md +++ b/docs/markdown/Rewriter.md @@ -80,13 +80,13 @@ It is also possible to set kwargs of specific functions with the rewriter. The general command for setting or removing kwargs is: ```bash -meson rewriter kwargs {set/delete} ... +meson rewrite kwargs {set/delete} ... ``` For instance, setting the project version can be achieved with this command: ```bash -meson rewriter kwargs set project / version 1.0.0 +meson rewrite kwargs set project / version 1.0.0 ``` Currently, only the following function types are supported: @@ -95,7 +95,7 @@ Currently, only the following function types are supported: - target (any build target, the function ID is the target name/ID) - project (the function ID must be `/` since project() can only be called once) -For more information see the help output of the rewriter kwargs command. +For more information see the help output of the rewrite kwargs command. ### Setting the project default options -- cgit v1.1