File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -82,8 +82,7 @@ parseCommandLine(int argc, char *argv[])
82
82
83
83
if (argc > 1 )
84
84
{
85
- if (strcmp (argv [1 ], "--help" ) == 0 || strcmp (argv [1 ], "-h" ) == 0 ||
86
- strcmp (argv [1 ], "-?" ) == 0 )
85
+ if (strcmp (argv [1 ], "--help" ) == 0 || strcmp (argv [1 ], "-?" ) == 0 )
87
86
{
88
87
usage ();
89
88
exit (0 );
@@ -244,7 +243,7 @@ Options:\n\
244
243
-U, --username=NAME cluster superuser (default \"%s\")\n\
245
244
-v, --verbose enable verbose internal logging\n\
246
245
-V, --version display version information, then exit\n\
247
- -?, -h, -- help show this help, then exit\n\
246
+ -?, -- help show this help, then exit\n\
248
247
\n\
249
248
Before running pg_upgrade you must:\n\
250
249
create a new database cluster (using the new version of initdb)\n\
Original file line number Diff line number Diff line change 181
181
182
182
<varlistentry>
183
183
<term><option>-?</option></term>
184
- <term><option>-h</option></term>
185
184
<term><option>--help</option></term>
186
185
<listitem><para>show help, then exit</para></listitem>
187
186
</varlistentry>
You can’t perform that action at this time.
0 commit comments