diff options
author | Tom Lane | 2025-05-02 19:12:49 +0000 |
---|---|---|
committer | Tom Lane | 2025-05-02 19:12:49 +0000 |
commit | ac557793d478c34967a862e7104e524820e24cdd (patch) | |
tree | b4eab35d0d2f4e7daf30febea6e3dbdc4c3d1ddc | |
parent | 3db68212a39351804b2b4fb70a05cab76be32ce7 (diff) |
Doc: correct spelling of meson switch.
It's --auto-features not --auto_features.
Reported-by: Egor Chindyaskin <[email protected]>
Discussion: https://postgr.es/m/[email protected]
Discussion: https://postgr.es/m/[email protected]
Backpatch-through: 16
-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 60419312113..de19f3ad929 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -2769,7 +2769,7 @@ ninja install <variablelist> <varlistentry id="configure-auto-features-meson"> - <term><option>--auto_features={ auto | enabled | disabled }</option></term> + <term><option>--auto-features={ auto | enabled | disabled }</option></term> <listitem> <para> Setting this option allows you to override the value of all |