Add force-stop to launch.script usage
See gh-6223 Closes gh-7787
This commit is contained in:
parent
b27f4e23be
commit
40691d07f8
|
|
@ -271,7 +271,7 @@ status)
|
||||||
run)
|
run)
|
||||||
run "$@"; exit $?;;
|
run "$@"; exit $?;;
|
||||||
*)
|
*)
|
||||||
echo "Usage: $0 {start|stop|restart|force-reload|status|run}"; exit 1;
|
echo "Usage: $0 {start|stop|force-stop|restart|force-reload|status|run}"; exit 1;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue