Remove undocumented -h (help) option
authorBruce Momjian <bruce@momjian.us>
Mon, 1 Jul 2013 16:40:02 +0000 (12:40 -0400)
committerBruce Momjian <bruce@momjian.us>
Mon, 1 Jul 2013 16:40:33 +0000 (12:40 -0400)
commit06b804377cc5628f24ff37de719995a65f6f5928
tree66275f1b91b23d54afbe2825d447222be6051afa
parent031cc55bbea6b3a6b67c700498a78fb1d4399476
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.
contrib/pg_test_fsync/pg_test_fsync.c
contrib/pg_test_timing/pg_test_timing.c
src/bin/pg_ctl/pg_ctl.c
src/bin/psql/startup.c