forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf3ab265
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 parent7c77ba8 commitf3ab265
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1896 | 1896 |
| |
1897 | 1897 |
| |
1898 | 1898 |
| |
1899 |
| - | |
| 1899 | + | |
1900 | 1900 |
| |
1901 | 1901 |
| |
1902 | 1902 |
| |
|
0 commit comments
Comments
(0)