mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
pg_recvlogical: update --help description
Patch by Euler Taveira
This commit is contained in:
@ -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);
|
||||||
|
Reference in New Issue
Block a user