]> granicus.if.org Git - postgresql/commit
pg_receivexlog: Rename option --dir to --directory
authorPeter Eisentraut <peter_e@gmx.net>
Mon, 11 Jun 2012 21:55:27 +0000 (00:55 +0300)
committerPeter Eisentraut <peter_e@gmx.net>
Mon, 11 Jun 2012 21:55:27 +0000 (00:55 +0300)
commit7d754961f799634128fb2d77632e2b53b736ae21
tree478816969efa48ab44390b1920c58cc91070dcc4
parent3595a71e9ce90a2d4c812a9bb34dc24ffc492c2b
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.
doc/src/sgml/ref/pg_receivexlog.sgml
src/bin/pg_basebackup/pg_receivexlog.c