mirror of
https://github.com/postgres/postgres.git
synced 2026-04-21 06:08:26 -04:00
Make it clearer.
This commit is contained in:
parent
5610b6d9cb
commit
9213f63400
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ case "$1" in
|
|||
*)
|
||||
# Print help.
|
||||
N=/etc/init.d/$FILE
|
||||
echo "Usage: $N {start|stop|restart|status}" >&2
|
||||
echo "Usage: $N {start|stop|restart|status}" 1>&2
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
|
|
|||
Loading…
Reference in a new issue