Missing carriage return when displaying usage

This commit is contained in:
sbouchex 2015-09-29 16:06:40 +02:00
parent 81a660eae4
commit 6c1adf9187

View File

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