Browse Source

Missing carriage return when displaying usage

sbouchex 10 years ago
parent
commit
6c1adf9187
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packaging/rpm/init.d/grafana-server

+ 1 - 1
packaging/rpm/init.d/grafana-server

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