mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-01 19:45:33 +08:00
pg_recvlogical: update --help description
Patch by Euler Taveira
This commit is contained in:
parent
7d60ce8065
commit
30a5ce8f5d
@ -62,7 +62,7 @@ static void disconnect_and_exit(int code);
|
|||||||
static void
|
static void
|
||||||
usage(void)
|
usage(void)
|
||||||
{
|
{
|
||||||
printf(_("%s receives PostgreSQL logical change streams.\n\n"),
|
printf(_("%s controls PostgreSQL logical decoding streams.\n\n"),
|
||||||
progname);
|
progname);
|
||||||
printf(_("Usage:\n"));
|
printf(_("Usage:\n"));
|
||||||
printf(_(" %s [OPTION]...\n"), progname);
|
printf(_(" %s [OPTION]...\n"), progname);
|
||||||
|
Loading…
Reference in New Issue
Block a user