Fix help message in pg_ctl.

Fujii Masao <fujii@postgresql.org>

Commit: 4f292b5d52e51bf9ce7aeaa5293df5e8041194b8
Author: Fujii Masao <fujii@postgresql.org>
Date: 2014-08-14T04:58:59Z
Releases: 9.3.6
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