aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorFabian Bläse <fabian@blaese.de>2019-09-05 12:54:18 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2019-09-05 23:43:32 +0300
commit7b765155347005e01bdd9ae8bfdad7182f27f852 (patch)
tree39ec3ff8a08403e7e5189d20fb2b53b87be301d8 /man
parent75daed27bc4e363696157617c7461414fc4e707b (diff)
downloadmeson-7b765155347005e01bdd9ae8bfdad7182f27f852.zip
meson-7b765155347005e01bdd9ae8bfdad7182f27f852.tar.gz
meson-7b765155347005e01bdd9ae8bfdad7182f27f852.tar.bz2
man: Make argument order of setup command consistent with help message
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 <fabian@blaese.de>
Diffstat (limited to 'man')
-rw-r--r--man/meson.18
1 files 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:"