瀏覽代碼

busybox: fix usage string in S01logging

In busybox fix the S01logging usage text to
document the "reload" target.

Signed-off-by: Florian La Roche <F.LaRoche@pilz.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit c7963858ed64bfc1b0b257c41e0058b684810632)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Florian La Roche 7 年之前
父節點
當前提交
42249d0941
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package/busybox/S01logging

+ 1 - 1
package/busybox/S01logging

@@ -33,7 +33,7 @@ case "$1" in
 	start
 	start
 	;;
 	;;
   *)
   *)
-	echo "Usage: $0 {start|stop|restart}"
+	echo "Usage: $0 {start|stop|restart|reload}"
 	exit 1
 	exit 1
 esac
 esac