We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5610b6d commit 9213f63Copy full SHA for 9213f63
contrib/init.d/postgresql
@@ -61,7 +61,7 @@ case "$1" in
61
*)
62
# Print help.
63
N=/etc/init.d/$FILE
64
- echo "Usage: $N {start|stop|restart|status}" >&2
+ echo "Usage: $N {start|stop|restart|status}" 1>&2
65
exit 1
66
;;
67
esac
0 commit comments