pgsql: Rename pg_dump --no-security-label to --no-security-labels

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Rename pg_dump --no-security-label to --no-security-labels
Date: 2011-05-19 22:42:45
Message-ID: E1QNBvZ-0002Rr-K6@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Rename pg_dump --no-security-label to --no-security-labels

Other similar options also use the plural form.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/c8e0c321194c985a13e7c7e4d3110ac032517350

Modified Files
--------------
doc/src/sgml/ref/pg_dump.sgml | 2 +-
doc/src/sgml/ref/pg_dumpall.sgml | 2 +-
doc/src/sgml/ref/pg_restore.sgml | 2 +-
src/bin/pg_dump/pg_backup.h | 2 +-
src/bin/pg_dump/pg_backup_archiver.c | 2 +-
src/bin/pg_dump/pg_dump.c | 18 +++++++++---------
src/bin/pg_dump/pg_dumpall.c | 10 +++++-----
src/bin/pg_dump/pg_restore.c | 8 ++++----
8 files changed, 23 insertions(+), 23 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2011-05-20 21:58:06 pgsql: Message style improvements
Previous Message Peter Eisentraut 2011-05-19 18:38:49 pgsql: Consistent spacing for lengthy error messages