Merge pull request #7787 from kazuki43zoo/polish-gh-6223

* pr/7787:
  Add force-stop to launch.script usage
This commit is contained in:
Phillip Webb 2016-12-30 13:20:04 -08:00
commit 89569db75a
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