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-0002tH-51@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
------
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(-)

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