summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2018-08-25 16:01:53 +0000
committerBruce Momjian2018-08-25 16:01:53 +0000
commit7abf8ee1e841684cd51472a7476b3f6b9441e70f (patch)
treec168e6ac3740b8377745fddd49d19edc2a1f7a19
parenta6ca9c2a1bd0d57e8f359504e91ee0208f65ed58 (diff)
docs: Clarify pg_ctl initdb option text to match options proto.
The options string appeared in PG 10. Reported-by: [email protected] Discussion: https://postgr.es/m/[email protected] Backpatch-through: 10
-rw-r--r--doc/src/sgml/ref/pg_ctl-ref.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/pg_ctl-ref.sgml b/doc/src/sgml/ref/pg_ctl-ref.sgml
index 01a9ba4542..304a64d6a6 100644
--- a/doc/src/sgml/ref/pg_ctl-ref.sgml
+++ b/doc/src/sgml/ref/pg_ctl-ref.sgml
@@ -334,7 +334,7 @@ PostgreSQL documentation
options being passed through.
</para>
<para>
- The <replaceable>options</replaceable> should usually be surrounded by single or
+ The <replaceable>initdb-options</replaceable> should usually be surrounded by single or
double quotes to ensure that they are passed through as a group.
</para>
</listitem>