pgsql: pg_recvlogical: Improve --help output

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_recvlogical: Improve --help output
Date: 2014-10-12 05:56:18
Message-ID: E1XdC8g-0002tI-56@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/1b031ae62e7cdf2f99848cd35cdb2166babdaa87

Modified Files
--------------
src/bin/pg_basebackup/pg_receivexlog.c | 6 +++---
src/bin/pg_basebackup/pg_recvlogical.c | 31 +++++++++++++++----------------
2 files changed, 18 insertions(+), 19 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Noah Misch 2014-10-13 03:39:22 pgsql: pg_ctl: Cast DWORD values to avoid -Wformat warnings.
Previous Message Peter Eisentraut 2014-10-12 05:29:29 pgsql: Message improvements