Make it clearer.

This commit is contained in:
Bruce Momjian 2001-02-06 21:37:55 +00:00
parent 5610b6d9cb
commit 9213f63400

View File

@ -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