1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

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.
This commit is contained in:
Peter Eisentraut
2012-06-12 00:55:27 +03:00
parent 3595a71e9c
commit 7d754961f7
2 changed files with 9 additions and 10 deletions

View File

@ -78,7 +78,7 @@ PostgreSQL documentation
<variablelist>
<varlistentry>
<term><option>-D <replaceable class="parameter">directory</replaceable></option></term>
<term><option>--dir=<replaceable class="parameter">directory</replaceable></option></term>
<term><option>--directory=<replaceable class="parameter">directory</replaceable></option></term>
<listitem>
<para>
Directory to write the output to.