pgsql: Fix help message in pg_ctl.

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix help message in pg_ctl.
Date: 2014-08-14 05:17:02
Message-ID: E1XHnPK-0007rY-Og@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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
------
REL9_4_STABLE

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2014-08-14 16:13:11 pgsql: Add sortsupport routines for text.
Previous Message Peter Eisentraut 2014-08-14 03:18:26 pgsql: Add some noreturn attributes based on compiler recommendations