Commit 30a5ce8f authored by Bruce Momjian's avatar Bruce Momjian

pg_recvlogical: update --help description

Patch by Euler Taveira
parent 7d60ce80
...@@ -62,7 +62,7 @@ static void disconnect_and_exit(int code); ...@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment