diff options
author | Bruce Momjian <bruce@momjian.us> | 2015-03-20 22:15:48 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2015-03-20 22:15:48 -0400 |
commit | 30a5ce8f5da15174f85619963ca0a07e6343f821 (patch) | |
tree | a95880bb350cd2ed7ea1c735ca34b8396ec7e580 /src | |
parent | 7d60ce80658cd0d3fa9c59681fc3072f664dda80 (diff) | |
download | postgresql-30a5ce8f5da15174f85619963ca0a07e6343f821.tar.gz postgresql-30a5ce8f5da15174f85619963ca0a07e6343f821.zip |
pg_recvlogical: update --help description
Patch by Euler Taveira
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/pg_basebackup/pg_recvlogical.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_basebackup/pg_recvlogical.c b/src/bin/pg_basebackup/pg_recvlogical.c index 80a2fa61885..fa44d0362bd 100644 --- a/src/bin/pg_basebackup/pg_recvlogical.c +++ b/src/bin/pg_basebackup/pg_recvlogical.c @@ -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); |