forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita4287a6
committed
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 actuallythat's not an option for "promote". So this commit fixes thatincorrect description in the help message.Back-patch to 9.3 where the incorrect description was added.1 parent5333c72 commita4287a6
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1905 | 1905 |
| |
1906 | 1906 |
| |
1907 | 1907 |
| |
1908 |
| - | |
| 1908 | + | |
1909 | 1909 |
| |
1910 | 1910 |
| |
1911 | 1911 |
| |
|
0 commit comments
Comments
(0)