pgsql: pg_receivexlog: Rename option --dir to --directory

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_receivexlog: Rename option --dir to --directory
Date: 2012-06-11 21:57:15
Message-ID: E1SeCbr-0001t8-Mt@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_receivexlog: Rename option --dir to --directory

getopt_long() allows abbreviating long options, so we might as well
give the option the full name, and users can abbreviate it how they
like.

Do some general polishing of the --help output at the same time.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7d754961f799634128fb2d77632e2b53b736ae21

Modified Files
--------------
doc/src/sgml/ref/pg_receivexlog.sgml | 2 +-
src/bin/pg_basebackup/pg_receivexlog.c | 17 ++++++++---------
2 files changed, 9 insertions(+), 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2012-06-11 21:57:41 Re: [COMMITTERS] pgsql: Run pgindent on 9.2 source tree in preparation for first 9.3
Previous Message Bruce Momjian 2012-06-11 19:44:16 Re: [COMMITTERS] pgsql: Run pgindent on 9.2 source tree in preparation for first 9.3