File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ PostgreSQL documentation
227227 </varlistentry>
228228
229229 <varlistentry>
230- <term><option>--slot</option></term>
230+ <term><option>--slot=<replaceable class="parameter">slotname</replaceable> </option></term>
231231 <listitem>
232232 <para>
233233 Require <application>pg_receivexlog</application> to use an existing
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ usage(void)
7474 printf (_ (" -U, --username=NAME connect as specified database user\n" ));
7575 printf (_ (" -w, --no-password never prompt for password\n" ));
7676 printf (_ (" -W, --password force password prompt (should happen automatically)\n" ));
77- printf (_ (" --slot replication slot to use\n" ));
77+ printf (_ (" --slot=SLOTNAME replication slot to use\n" ));
7878 printf (_ ("\nReport bugs to <pgsql-bugs@postgresql.org>.\n" ));
7979}
8080
You can’t perform that action at this time.
0 commit comments