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:54 -0400 |
commit | 766d2e6733421d91694c878cef64519d47ec8d90 (patch) | |
tree | 07ba3301f2c8e0e6993863f6cbae8e5064f7fc9b | |
parent | c9c62c44cd5cafe677476e5fc4723d54ec4ab56d (diff) | |
download | postgresql-766d2e6733421d91694c878cef64519d47ec8d90.tar.gz postgresql-766d2e6733421d91694c878cef64519d47ec8d90.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
-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 649b74aac18..ba5c0768571 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -2725,7 +2725,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 |