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

pg_upgrade: remove -h option

-h (help) is not needed;  pg_upgrade already supports --help and -?,
which is consistent with other tools.
This commit is contained in:
Bruce Momjian
2013-06-28 18:10:13 -04:00
parent fb771f9086
commit e029275cde
2 changed files with 2 additions and 4 deletions

View File

@ -181,7 +181,6 @@
<varlistentry>
<term><option>-?</option></term>
<term><option>-h</option></term>
<term><option>--help</option></term>
<listitem><para>show help, then exit</para></listitem>
</varlistentry>