From 40691d07f8e7e41f94b8d41b001d66ca54bd53dd Mon Sep 17 00:00:00 2001 From: Kazuki Shimizu Date: Fri, 30 Dec 2016 16:13:57 +0900 Subject: [PATCH] Add force-stop to launch.script usage See gh-6223 Closes gh-7787 --- .../org/springframework/boot/loader/tools/launch.script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-tools/spring-boot-loader-tools/src/main/resources/org/springframework/boot/loader/tools/launch.script b/spring-boot-tools/spring-boot-loader-tools/src/main/resources/org/springframework/boot/loader/tools/launch.script index cba53298541..36c57d82007 100755 --- a/spring-boot-tools/spring-boot-loader-tools/src/main/resources/org/springframework/boot/loader/tools/launch.script +++ b/spring-boot-tools/spring-boot-loader-tools/src/main/resources/org/springframework/boot/loader/tools/launch.script @@ -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