diff mbox series

[1/1] busybox: fix usage string in S01logging

Message ID 20180605134652.24330-1-F.LaRoche@pilz.de
State Accepted
Headers show
Series [1/1] busybox: fix usage string in S01logging | expand

Commit Message

Florian La Roche June 5, 2018, 1:46 p.m. UTC
In busybox fix the S01logging usage text to
document the "reload" target.

Signed-off-by: Florian La Roche <F.LaRoche@pilz.de>
---
 package/busybox/S01logging | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Thomas Petazzoni June 5, 2018, 4:51 p.m. UTC | #1
Hello,

On Tue, 5 Jun 2018 15:46:52 +0200, Florian La Roche wrote:
> In busybox fix the S01logging usage text to
> document the "reload" target.
> 
> Signed-off-by: Florian La Roche <F.LaRoche@pilz.de>
> ---
>  package/busybox/S01logging | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
Peter Korsgaard June 17, 2018, 3:50 p.m. UTC | #2
>>>>> "Florian" == Florian La Roche <F.LaRoche@pilz.de> writes:

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

 > Signed-off-by: Florian La Roche <F.LaRoche@pilz.de>

Committed to 2018.02.x, thanks.
diff mbox series

Patch

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