File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ PostgreSQL documentation
227
227
</varlistentry>
228
228
229
229
<varlistentry>
230
- <term><option>--slot</option></term>
230
+ <term><option>--slot=<replaceable class="parameter">slotname</replaceable> </option></term>
231
231
<listitem>
232
232
<para>
233
233
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)
74
74
printf (_ (" -U, --username=NAME connect as specified database user\n" ));
75
75
printf (_ (" -w, --no-password never prompt for password\n" ));
76
76
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" ));
78
78
printf (_ ("\nReport bugs to <pgsql-bugs@postgresql.org>.\n" ));
79
79
}
80
80
You can’t perform that action at this time.
0 commit comments