mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-15 08:20:16 +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
|
||||
usage(void)
|
||||
{
|
||||
printf(_("%s receives PostgreSQL logical change streams.\n\n"),
|
||||
printf(_("%s controls PostgreSQL logical decoding streams.\n\n"),
|
||||
progname);
|
||||
printf(_("Usage:\n"));
|
||||
printf(_(" %s [OPTION]...\n"), progname);
|
||||
|
Loading…
Reference in New Issue
Block a user