Add force-stop to launch.script usage

See gh-6223
Closes gh-7787
This commit is contained in:
Kazuki Shimizu 2016-12-30 16:13:57 +09:00 committed by Phillip Webb
parent b27f4e23be
commit 40691d07f8
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ status)
run)
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
exit 0