mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Make it clearer.
This commit is contained in:
@ -61,7 +61,7 @@ case "$1" in
|
|||||||
*)
|
*)
|
||||||
# Print help.
|
# Print help.
|
||||||
N=/etc/init.d/$FILE
|
N=/etc/init.d/$FILE
|
||||||
echo "Usage: $N {start|stop|restart|status}" >&2
|
echo "Usage: $N {start|stop|restart|status}" 1>&2
|
||||||
exit 1
|
exit 1
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Reference in New Issue
Block a user