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-20 18:54:09 +0200 |
commit | f4fdc24aa35c2268f519905a3a66658ebd55a466 (patch) | |
tree | 14228165f202663775207fd120f782e8d5f4851d /doc/src | |
parent | 06a0f4d52be3a52a74725dd29c66cd486256a209 (diff) | |
download | postgresql-f4fdc24aa35c2268f519905a3a66658ebd55a466.tar.gz postgresql-f4fdc24aa35c2268f519905a3a66658ebd55a466.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.
Diffstat (limited to 'doc/src')
-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 b6d24261f9d..5c4e0465ed9 100644 --- a/doc/src/sgml/ref/createdb.sgml +++ b/doc/src/sgml/ref/createdb.sgml @@ -201,7 +201,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> |