Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e726e59

Browse files
committed
Fix help message and document in pg_receivexlog.
Add SLOTNAME placeholder to --slot option in help message and document.
1 parent 79a4d24 commit e726e59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/src/sgml/ref/pg_receivexlog.sgml

+1-1
Original file line numberDiff line numberDiff 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

src/bin/pg_basebackup/pg_receivexlog.c

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)