Commit 42e7a70d by Torkel Ödegaard

Merge pull request #2845 from sbouchex/master

Missing carriage return in init script when displaying usage
parents 81a660ea 6c1adf91
......@@ -148,7 +148,7 @@ case "$1" in
$0 start
;;
*)
echo -n "Usage: $0 {start|stop|restart|force-reload|status}"
echo "Usage: $0 {start|stop|restart|force-reload|status}"
exit 3
;;
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