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:
@ -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.
|
||||
|
Reference in New Issue
Block a user