Merge pull request #2845 from sbouchex/master

Missing carriage return in init script when displaying usage
This commit is contained in:
Torkel Ödegaard 2015-09-29 16:43:52 +02:00
commit 42e7a70d99

View File

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