pgsql: Tweak contrib --help output to match common style

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Tweak contrib --help output to match common style
Date: 2012-05-08 18:55:58
Message-ID: E1SRpZm-0005Yi-V2@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Tweak contrib --help output to match common style

Placeholders such as OPTION are typically kept in singular.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/081ca7a0d1991abe7ba6c3c219119335903c4111

Modified Files
--------------
contrib/oid2name/oid2name.c | 2 +-
contrib/pg_upgrade/option.c | 2 +-
contrib/pgbench/pgbench.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2012-05-09 00:03:55 pgsql: Reduce idle power consumption of walwriter and checkpointer proc
Previous Message Peter Eisentraut 2012-05-08 18:06:42 pgsql: psql: Add variable to control keyword case in tab completion