aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/createuser.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/sgml/ref/createuser.sgml')
-rw-r--r--doc/src/sgml/ref/createuser.sgml30
1 files changed, 15 insertions, 15 deletions
diff --git a/doc/src/sgml/ref/createuser.sgml b/doc/src/sgml/ref/createuser.sgml
index dedc97f2233..2f1ea2fb73b 100644
--- a/doc/src/sgml/ref/createuser.sgml
+++ b/doc/src/sgml/ref/createuser.sgml
@@ -257,35 +257,35 @@ PostgreSQL documentation
</varlistentry>
<varlistentry>
- <term><option>--replication</></term>
- <listitem>
+ <term><option>-V</></term>
+ <term><option>--version</></term>
+ <listitem>
<para>
- The new user will have the REPLICATION privilege, which is
- described more fully in the documentation for
- <xref linkend="sql-createrole">.
+ Print the <application>createuser</application> version and exit.
</para>
- </listitem>
+ </listitem>
</varlistentry>
<varlistentry>
- <term><option>--no-replication</></term>
+ <term><option>--replication</></term>
<listitem>
<para>
- The new user will not have the REPLICATION privilege, which is
- described more fully in the documentation for
- <xref linkend="sql-createrole">.
+ The new user will have the <literal>REPLICATION</literal> privilege,
+ which is described more fully in the documentation for <xref
+ linkend="sql-createrole">.
</para>
</listitem>
</varlistentry>
<varlistentry>
- <term><option>-V</></term>
- <term><option>--version</></term>
- <listitem>
+ <term><option>--no-replication</></term>
+ <listitem>
<para>
- Print the <application>createuser</application> version and exit.
+ The new user will not have the <literal>REPLICATION</literal>
+ privilege, which is described more fully in the documentation for <xref
+ linkend="sql-createrole">.
</para>
- </listitem>
+ </listitem>
</varlistentry>
<varlistentry>