[Buildroot] [git commit branch/2018.02.x] busybox: fix usage string in S01logging

Peter Korsgaard peter at korsgaard.com
Sun Jun 17 15:19:09 UTC 2018


commit: https://git.buildroot.net/buildroot/commit/?id=42249d0941f31c6f8311150e448d9e65d3c24325
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2018.02.x

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

Signed-off-by: Florian La Roche <F.LaRoche at pilz.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
(cherry picked from commit c7963858ed64bfc1b0b257c41e0058b684810632)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/busybox/S01logging | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/busybox/S01logging b/package/busybox/S01logging
index 4632a4cc99..fcb3e7d236 100644
--- a/package/busybox/S01logging
+++ b/package/busybox/S01logging
@@ -33,7 +33,7 @@ case "$1" in
 	start
 	;;
   *)
-	echo "Usage: $0 {start|stop|restart}"
+	echo "Usage: $0 {start|stop|restart|reload}"
 	exit 1
 esac
 


More information about the buildroot mailing list