Fix help message in pg_ctl.
authorFujii Masao <[email protected]>
Thu, 14 Aug 2014 04:57:52 +0000 (13:57 +0900)
committerFujii Masao <[email protected]>
Thu, 14 Aug 2014 04:58:59 +0000 (13:58 +0900)
commit4f292b5d52e51bf9ce7aeaa5293df5e8041194b8
tree28f31ede48b27ff6c48c4f429286bfa0a6dbd684
parenta91fcd93ca038e60034efdf681c9323e4bce4385
Fix help message in pg_ctl.

Previously the help message described that -m is an option for
"stop", "restart" and "promote" commands in pg_ctl. But actually
that's not an option for "promote". So this commit fixes that
incorrect description in the help message.

Back-patch to 9.3 where the incorrect description was added.
src/bin/pg_ctl/pg_ctl.c