mirror of
https://github.com/grafana/grafana.git
synced 2024-12-28 01:41:24 -06:00
Missing carriage return when displaying usage
This commit is contained in:
parent
81a660eae4
commit
6c1adf9187
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user