Commit 6c1adf91 by sbouchex

Missing carriage return when displaying usage

parent 81a660ea
...@@ -148,7 +148,7 @@ case "$1" in ...@@ -148,7 +148,7 @@ case "$1" in
$0 start $0 start
;; ;;
*) *)
echo -n "Usage: $0 {start|stop|restart|force-reload|status}" echo "Usage: $0 {start|stop|restart|force-reload|status}"
exit 3 exit 3
;; ;;
esac 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