Browse Source

Missing carriage return when displaying usage

sbouchex 10 năm trước cách đây
mục cha
commit
6c1adf9187
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
     ;;
   *)
-    echo -n "Usage: $0 {start|stop|restart|force-reload|status}"
+    echo "Usage: $0 {start|stop|restart|force-reload|status}"
     exit 3
     ;;
 esac