pgsql: Fix help message in pg_ctl. - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: Fix help message in pg_ctl.
Date
Msg-id E1XHnPK-0007rW-Oc@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/a4287a689d10bd4863e3dfbf9c4f232feeca0cdd

Modified Files
--------------
src/bin/pg_ctl/pg_ctl.c |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Fujii Masao
Date:
Subject: pgsql: Fix help message in pg_ctl.
Next
From: Fujii Masao
Date:
Subject: pgsql: Fix help message in pg_ctl.