diff options
author | Michael Paquier | 2023-02-15 06:01:24 +0000 |
---|---|---|
committer | Michael Paquier | 2023-02-15 06:01:24 +0000 |
commit | 8e0e0698f12bd77da38f6863ecdbe88a63ed49dc (patch) | |
tree | 9bffd1db37cd59bb61b2dfb970f87211882c57eb | |
parent | 9244c11afe23bce9358de3d36404151139e968d9 (diff) |
doc: Fix spelling of option -Dtap_tests for meson
This option was documented as -Dtap-tests, but the option requires an
underscore in its name.
Author: Katsuragi Yuta
Discussion: https://postgr.es/m/[email protected]
-rw-r--r-- | doc/src/sgml/installation.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 6619e69462f..aa7c782c3f2 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -3052,7 +3052,7 @@ ninja install </varlistentry> <varlistentry id="configure-tap-tests-meson"> - <term><option>-Dtap-tests={ auto | enabled | disabled }</option></term> + <term><option>-Dtap_tests={ auto | enabled | disabled }</option></term> <listitem> <para> Enable tests using the Perl TAP tools. Defaults to auto and requires |