diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2018-07-06 11:09:01 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-06 11:09:01 +0530 |
commit | b1901f315d956a5e3ef9f8b825f2226f274facdc (patch) | |
tree | 1dc202a54bfbc99c05cabc4b17c26f3aad3efa3f /docs | |
parent | 77d66fec4bda4a30933b5811e3ab33eab33586d7 (diff) | |
download | meson-b1901f315d956a5e3ef9f8b825f2226f274facdc.zip meson-b1901f315d956a5e3ef9f8b825f2226f274facdc.tar.gz meson-b1901f315d956a5e3ef9f8b825f2226f274facdc.tar.bz2 |
Builtin-options.md: broken markdown [skip ci]
Diffstat (limited to 'docs')
-rw-r--r-- | docs/markdown/Builtin-options.md | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/docs/markdown/Builtin-options.md b/docs/markdown/Builtin-options.md index 39db4fa..8137cff 100644 --- a/docs/markdown/Builtin-options.md +++ b/docs/markdown/Builtin-options.md @@ -12,11 +12,7 @@ universal options, base options, compiler options. A list of these options can be found by running `meson --help`. All these can be set by passing to `meson` (aka `meson setup`) in any of -these ways: - -| --option=value | -| --option value | -| -Doption=value | +these ways: `--option=value`, `--option value`, `-Doption=value`. They can also be edited after setup using `meson configure`. |