Fix help message and document in pg_receivexlog.

Add SLOTNAME placeholder to --slot option in help message and
document.
This commit is contained in:
Fujii Masao 2014-03-18 21:15:45 +09:00
parent 79a4d24f31
commit e726e59dc4
2 changed files with 2 additions and 2 deletions

View File

@ -227,7 +227,7 @@ PostgreSQL documentation
</varlistentry>
<varlistentry>
<term><option>--slot</option></term>
<term><option>--slot=<replaceable class="parameter">slotname</replaceable></option></term>
<listitem>
<para>
Require <application>pg_receivexlog</application> to use an existing

View File

@ -74,7 +74,7 @@ usage(void)
printf(_(" -U, --username=NAME connect as specified database user\n"));
printf(_(" -w, --no-password never prompt for password\n"));
printf(_(" -W, --password force password prompt (should happen automatically)\n"));
printf(_(" --slot replication slot to use\n"));
printf(_(" --slot=SLOTNAME replication slot to use\n"));
printf(_("\nReport bugs to <pgsql-bugs@postgresql.org>.\n"));
}