Remove undocumented -h (help) option
Bruce Momjian <bruce@momjian.us>
Remove undocumented -h (help) option The -h option was not supported by many tools, and not documented, so remove them for consistency from pg_upgrade, pg_test_fsync, and pg_test_timing.
Files
| Path | Change | +/− |
|---|---|---|
| contrib/pg_test_fsync/pg_test_fsync.c | modified | +1 −2 |
| contrib/pg_test_timing/pg_test_timing.c | modified | +1 −2 |
| src/bin/pg_ctl/pg_ctl.c | modified | +2 −3 |
| src/bin/psql/startup.c | modified | +1 −1 |