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

* pr/7787:
  Add force-stop to launch.script usage
pull/7807/head
Phillip Webb 8 years ago
commit 89569db75a

@ -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…
Cancel
Save