diff --git a/doc/src/sgml/ref/createuser.sgml b/doc/src/sgml/ref/createuser.sgml
index 5c34c62342..45fe700e85 100644
--- a/doc/src/sgml/ref/createuser.sgml
+++ b/doc/src/sgml/ref/createuser.sgml
@@ -183,20 +183,6 @@ PostgreSQL documentation
       </listitem>
      </varlistentry>
 
-     <varlistentry>
-      <term><option>--interactive</option></term>
-      <listitem>
-       <para>
-        Prompt for the user name if none is specified on the command line, and
-        also prompt for whichever of the options
-        <option>-d</option>/<option>-D</option>,
-        <option>-r</option>/<option>-R</option>,
-        <option>-s</option>/<option>-S</option> is not specified on the command
-        line.  (This was the default behavior up to PostgreSQL 9.1.)
-       </para>
-      </listitem>
-     </varlistentry>
-
      <varlistentry>
       <term><option>-l</option></term>
       <term><option>--login</option></term>
@@ -330,6 +316,20 @@ PostgreSQL documentation
       </listitem>
      </varlistentry>
 
+     <varlistentry>
+      <term><option>--interactive</option></term>
+      <listitem>
+       <para>
+        Prompt for the user name if none is specified on the command line, and
+        also prompt for whichever of the options
+        <option>-d</option>/<option>-D</option>,
+        <option>-r</option>/<option>-R</option>,
+        <option>-s</option>/<option>-S</option> is not specified on the command
+        line.  (This was the default behavior up to PostgreSQL 9.1.)
+       </para>
+      </listitem>
+     </varlistentry>
+
      <varlistentry>
       <term><option>--replication</option></term>
       <listitem>
