pg_recvlogical: update --help description

Patch by Euler Taveira
This commit is contained in:
Bruce Momjian 2015-03-20 22:15:48 -04:00
parent 7d60ce8065
commit 30a5ce8f5d
1 changed files with 1 additions and 1 deletions

View File

@ -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);