]> granicus.if.org Git - postgresql/commit
Fix help message in pg_ctl.
authorFujii Masao <fujii@postgresql.org>
Thu, 14 Aug 2014 04:57:52 +0000 (13:57 +0900)
committerFujii Masao <fujii@postgresql.org>
Thu, 14 Aug 2014 04:58:41 +0000 (13:58 +0900)
commitf3ab265052429793acf7a838a565b6d63b093914
tree736319596bf5278f634c413d6d40287efb882334
parent7c77ba8577d52b142997303f14c1e01abdb2d104
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