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:13 +0200 |
commit | 877a64869996b702bb9cd5b39ebbc45febcd081a (patch) | |
tree | 22440fcc62b92c14a2aea6518dcb49bef65eb7b0 | |
parent | 0d8931c12aa91a080252957f0e2351b62c4daeda (diff) | |
download | postgresql-877a64869996b702bb9cd5b39ebbc45febcd081a.tar.gz postgresql-877a64869996b702bb9cd5b39ebbc45febcd081a.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 e4647d5ce71..bc62f26bd9b 100644 --- a/doc/src/sgml/ref/createdb.sgml +++ b/doc/src/sgml/ref/createdb.sgml @@ -191,7 +191,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> |