diff options
Diffstat (limited to 'man/mesonconf.1')
-rw-r--r-- | man/mesonconf.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/mesonconf.1 b/man/mesonconf.1 index 5339f7b..29ce1b4 100644 --- a/man/mesonconf.1 +++ b/man/mesonconf.1 @@ -17,9 +17,9 @@ 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. -To set values, just use the -D command line argument like this. +To set values, just use the \-D command line argument like this. -.B mesonconf -Dopt1=value1 -Dopt2=value2 +.B mesonconf \-Dopt1=value1 \-Dopt2=value2 .SH SEE ALSO -https://sourceforge.net/p/meson +https://jpakkane.github.io/meson/ |