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[])
8282
8383 if (argc > 1 )
8484 {
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 )
8786 {
8887 usage ();
8988 exit (0 );
@@ -244,7 +243,7 @@ Options:\n\
244243 -U, --username=NAME cluster superuser (default \"%s\")\n\
245244 -v, --verbose enable verbose internal logging\n\
246245 -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\
248247\n\
249248Before running pg_upgrade you must:\n\
250249 create a new database cluster (using the new version of initdb)\n\
Original file line number Diff line number Diff line change 181181
182182 <varlistentry>
183183 <term><option>-?</option></term>
184- <term><option>-h</option></term>
185184 <term><option>--help</option></term>
186185 <listitem><para>show help, then exit</para></listitem>
187186 </varlistentry>
You can’t perform that action at this time.
0 commit comments