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

From Peter Eisentraut
Subject pgsql: pg_ctl: Improve --help output
Date
Msg-id E1STkdd-00006Q-PD@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
pg_ctl: Improve --help output

All other --help output has = signs between long options and their
arguments, so do it here as well.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/2a7f6366409d54e9a61e2b7ba0277b7cdf15dbdc

Modified Files
--------------
src/bin/pg_ctl/pg_ctl.c |    8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Small punctuation editing of postgresql.conf.sample
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Update comments that became out-of-date with the PGXACT struct.