提交 e726e59d 编写于 作者: F Fujii Masao

Fix help message and document in pg_receivexlog.

Add SLOTNAME placeholder to --slot option in help message and
document.
上级 79a4d24f
...@@ -227,7 +227,7 @@ PostgreSQL documentation ...@@ -227,7 +227,7 @@ PostgreSQL documentation
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><option>--slot</option></term> <term><option>--slot=<replaceable class="parameter">slotname</replaceable></option></term>
<listitem> <listitem>
<para> <para>
Require <application>pg_receivexlog</application> to use an existing Require <application>pg_receivexlog</application> to use an existing
......
...@@ -74,7 +74,7 @@ usage(void) ...@@ -74,7 +74,7 @@ usage(void)
printf(_(" -U, --username=NAME connect as specified database user\n")); printf(_(" -U, --username=NAME connect as specified database user\n"));
printf(_(" -w, --no-password never prompt for password\n")); printf(_(" -w, --no-password never prompt for password\n"));
printf(_(" -W, --password force password prompt (should happen automatically)\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")); printf(_("\nReport bugs to <pgsql-bugs@postgresql.org>.\n"));
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册