diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2025-05-02 15:12:49 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2025-05-02 15:12:49 -0400 |
commit | ac557793d478c34967a862e7104e524820e24cdd (patch) | |
tree | b4eab35d0d2f4e7daf30febea6e3dbdc4c3d1ddc /doc/src | |
parent | 3db68212a39351804b2b4fb70a05cab76be32ce7 (diff) | |
download | postgresql-ac557793d478c34967a862e7104e524820e24cdd.tar.gz postgresql-ac557793d478c34967a862e7104e524820e24cdd.zip |
Doc: correct spelling of meson switch.
It's --auto-features not --auto_features.
Reported-by: Egor Chindyaskin <kyzevan23@mail.ru>
Discussion: https://postgr.es/m/172465652540.862882.17808523044292761256@wrigleys.postgresql.org
Discussion: https://postgr.es/m/1979661.1746212726@sss.pgh.pa.us
Backpatch-through: 16
Diffstat (limited to 'doc/src')
-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 |