We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d60ce8 commit 30a5ce8Copy full SHA for 30a5ce8
src/bin/pg_basebackup/pg_recvlogical.c
@@ -62,7 +62,7 @@ static void disconnect_and_exit(int code);
62
static void
63
usage(void)
64
{
65
- printf(_("%s receives PostgreSQL logical change streams.\n\n"),
+ printf(_("%s controls PostgreSQL logical decoding streams.\n\n"),
66
progname);
67
printf(_("Usage:\n"));
68
printf(_(" %s [OPTION]...\n"), progname);
0 commit comments