pg_receivexlog: Rename option --dir to --directory
Peter Eisentraut <peter_e@gmx.net>
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.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/pg_receivexlog.sgml | modified | +1 −1 |
| src/bin/pg_basebackup/pg_receivexlog.c | modified | +8 −9 |