]> 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:57:52 +0000 (13:57 +0900)
commita4287a689d10bd4863e3dfbf9c4f232feeca0cdd
tree91bdca8a8037530355cafdf60f2b11755701170d
parent5333c72c951cd30e46cece18e75bea53f7149b1b
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