Fix help message in pg_ctl.

Fujii Masao <fujii@postgresql.org>

Commit: a4287a689d10bd4863e3dfbf9c4f232feeca0cdd
Author: Fujii Masao <fujii@postgresql.org>
Date: 2014-08-14T04:57:52Z
Releases: 9.5.0
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.

Files

PathChange+/−
src/bin/pg_ctl/pg_ctl.c modified +1 −1