diff options
author | Tomas Vondra <tomas.vondra@postgresql.org> | 2024-04-20 18:54:09 +0200 |
---|---|---|
committer | Tomas Vondra <tomas.vondra@postgresql.org> | 2024-04-21 09:57:52 +0200 |
commit | 722f17049729600e3a885b1c1d975a0b0fa2e1e4 (patch) | |
tree | ded48931d4cc4156411da8068f5f33f0fc487f90 | |
parent | 38daca854adbc2980393daab160a2d657bd010d6 (diff) | |
download | postgresql-722f17049729600e3a885b1c1d975a0b0fa2e1e4.tar.gz postgresql-722f17049729600e3a885b1c1d975a0b0fa2e1e4.zip |
createdb: Correct parameter name in SGML docs
Commit 9c08aea6a309 introduced -S/--strategy option, but forgot to
rename the parameter when copying the -T/--template bit.
-rw-r--r-- | doc/src/sgml/ref/createdb.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/createdb.sgml b/doc/src/sgml/ref/createdb.sgml index 671cd362d94..058a6c4fe14 100644 --- a/doc/src/sgml/ref/createdb.sgml +++ b/doc/src/sgml/ref/createdb.sgml @@ -178,7 +178,7 @@ PostgreSQL documentation </varlistentry> <varlistentry> - <term><option>-S <replaceable class="parameter">template</replaceable></option></term> + <term><option>-S <replaceable class="parameter">strategy</replaceable></option></term> <term><option>--strategy=<replaceable class="parameter">strategy</replaceable></option></term> <listitem> <para> |