소스 검색

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>
Florian La Roche 7 년 전
부모
커밋
c7963858ed
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