Commit 9213f634 authored by Bruce Momjian's avatar Bruce Momjian

Make it clearer.

parent 5610b6d9
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment