pgsql: pg_restore: make help output plural for multi-enabled options

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_restore: make help output plural for multi-enabled options
Date: 2014-02-01 03:29:36
Message-ID: E1W9RGy-0003FZ-Ea@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_restore: make help output plural for multi-enabled options

per report from Josh Kupershmidt

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5168c76964fe90646b69b37e2c5bc7b60ba12d65

Modified Files
--------------
src/bin/pg_dump/pg_restore.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2014-02-01 03:40:14 pgsql: docs: mention 'g' is not in the regex embedded options table
Previous Message Robert Haas 2014-02-01 03:23:38 pgsql: Clear MyProc and MyProcSignalState before they become invalid.