mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
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>
This commit is contained in:
parent
e8bb8519ad
commit
42249d0941
@ -33,7 +33,7 @@ case "$1" in
|
||||
start
|
||||
;;
|
||||
*)
|
||||
echo "Usage: $0 {start|stop|restart}"
|
||||
echo "Usage: $0 {start|stop|restart|reload}"
|
||||
exit 1
|
||||
esac
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user