pgsql: pg_recvlogical: Improve --help output - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: pg_recvlogical: Improve --help output
Date
Msg-id E1XdC8g-0002tH-51@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
pg_recvlogical: Improve --help output

List the actions first, as they are the most important options.  Group
the other options more sensibly, consistent with the man page.  Correct
a few typographical errors, clarify some things.

Also update the pg_receivexlog --help output to make it a bit more
consistent with that of pg_recvlogical.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/a0fb59d8bd7711fb8f08a4371074f07c62617d78

Modified Files
--------------
src/bin/pg_basebackup/pg_receivexlog.c |   10 +++++-----
src/bin/pg_basebackup/pg_recvlogical.c |   31 +++++++++++++++----------------
2 files changed, 20 insertions(+), 21 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: pg_recvlogical: Improve --help output
Next
From: Noah Misch
Date:
Subject: pgsql: Fix quoting in the add_to_path Makefile macro.