forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4f292b5
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 parenta91fcd9 commit4f292b5
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1819 | 1819 |
| |
1820 | 1820 |
| |
1821 | 1821 |
| |
1822 |
| - | |
| 1822 | + | |
1823 | 1823 |
| |
1824 | 1824 |
| |
1825 | 1825 |
| |
|
0 commit comments
Comments
(0)