diff options
author | Eric Engestrom <eric.engestrom@imgtec.com> | 2017-10-11 09:42:53 +0100 |
---|---|---|
committer | Eric Engestrom <eric.engestrom@imgtec.com> | 2017-10-11 09:56:42 +0100 |
commit | 0ecb3000217e1fee0e2cc8c2115608e5a7175d22 (patch) | |
tree | d87c577ba22c2332291cab3431dd618c24d5717b /man | |
parent | b5eb77ddff42d165dbb6972739114ea9e130fec1 (diff) | |
download | meson-0ecb3000217e1fee0e2cc8c2115608e5a7175d22.zip meson-0ecb3000217e1fee0e2cc8c2115608e5a7175d22.tar.gz meson-0ecb3000217e1fee0e2cc8c2115608e5a7175d22.tar.bz2 |
man: remove references to `mesonconf` in meson(1)
`mesonconf` is deprecated, and shouldn't be suggested to users anymore.
Diffstat (limited to 'man')
-rw-r--r-- | man/meson.1 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/man/meson.1 b/man/meson.1 index 1f60a7c..04b56de 100644 --- a/man/meson.1 +++ b/man/meson.1 @@ -63,8 +63,9 @@ print command line help .SH The configure command -Mesonconf provides a way to configure a Meson -project from the command line. Its usage is simple. +.B meson configure +provides a way to configure a Meson project from the command line. +Its usage is simple: .B meson configure [ .I build directory @@ -74,8 +75,9 @@ project from the command line. Its usage is simple. If build directory is omitted, the current directory is used instead. -If no parameters are set, mesonconf will print the value of all build -options to the console. +If no parameters are set, +.B meson configure +will print the value of all build options to the console. To set values, use the \-D command line argument like this. |