@@ -213,21 +213,6 @@ PostgreSQL documentation
213213 </listitem>
214214 </varlistentry>
215215
216- <varlistentry>
217- <term><option>--subscription=<replaceable class="parameter">name</replaceable></option></term>
218- <listitem>
219- <para>
220- The subscription name to set up the logical replication. Multiple
221- subscriptions can be specified by writing multiple
222- <option>--subscription</option> switches. The number of subscription
223- names must match the number of specified databases, otherwise an error
224- is reported. The order of the multiple subscription name switches must
225- match the order of database switches. If this option is not specified,
226- a generated name is assigned to the subscription name.
227- </para>
228- </listitem>
229- </varlistentry>
230-
231216 <varlistentry>
232217 <term><option>--replication-slot=<replaceable class="parameter">name</replaceable></option></term>
233218 <listitem>
@@ -245,12 +230,16 @@ PostgreSQL documentation
245230 </varlistentry>
246231
247232 <varlistentry>
248- <term><option>-?</option></term>
249- <term><option>--help</option></term>
233+ <term><option>--subscription=<replaceable class="parameter">name</replaceable></option></term>
250234 <listitem>
251235 <para>
252- Show help about <application>pg_createsubscriber</application> command
253- line arguments, and exit.
236+ The subscription name to set up the logical replication. Multiple
237+ subscriptions can be specified by writing multiple
238+ <option>--subscription</option> switches. The number of subscription
239+ names must match the number of specified databases, otherwise an error
240+ is reported. The order of the multiple subscription name switches must
241+ match the order of database switches. If this option is not specified,
242+ a generated name is assigned to the subscription name.
254243 </para>
255244 </listitem>
256245 </varlistentry>
@@ -264,6 +253,17 @@ PostgreSQL documentation
264253 </para>
265254 </listitem>
266255 </varlistentry>
256+
257+ <varlistentry>
258+ <term><option>-?</option></term>
259+ <term><option>--help</option></term>
260+ <listitem>
261+ <para>
262+ Show help about <application>pg_createsubscriber</application> command
263+ line arguments, and exit.
264+ </para>
265+ </listitem>
266+ </varlistentry>
267267 </variablelist>
268268 </para>
269269 </refsect1>
0 commit comments