From 7b765155347005e01bdd9ae8bfdad7182f27f852 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Bl=C3=A4se?= Date: Thu, 5 Sep 2019 12:54:18 +0200 Subject: man: Make argument order of setup command consistent with help message MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In msetup the two positional arguments build-dir and source-dir are added to the argument parser in this order. This also affects the help message. This order is different from the order given in the man page. Therefore it is switched around in the man page to make it consistent with the help message. As the code automatically decides which directory contains what, this change is only cosmetic. Both argument orders should be valid. Signed-off-by: Fabian Bläse --- man/meson.1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/man/meson.1 b/man/meson.1 index 5b0dc30..6abc533 100644 --- a/man/meson.1 +++ b/man/meson.1 @@ -20,9 +20,9 @@ configure your build: .B meson setup [ .I options .B ] [ -.I source directory -.B ] [ .I build directory +.B ] [ +.I source directory .B ] Note that the build directory must be different from the source @@ -48,9 +48,9 @@ like this: .B meson [ .I options .B ] [ -.I source directory -.B ] [ .I build directory +.B ] [ +.I source directory .B ] .SS "options:" -- cgit v1.1