From 9866b314204abaf0b9db700758cff7d2acd02abf Mon Sep 17 00:00:00 2001 From: Greg Wilkins Date: Thu, 15 Oct 2015 09:46:23 +1100 Subject: [PATCH] 479712 Documented --approve-all-licenses --- .../src/main/resources/org/eclipse/jetty/start/usage.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/jetty-start/src/main/resources/org/eclipse/jetty/start/usage.txt b/jetty-start/src/main/resources/org/eclipse/jetty/start/usage.txt index 8a6d10ad2b7..413160bb1c9 100644 --- a/jetty-start/src/main/resources/org/eclipse/jetty/start/usage.txt +++ b/jetty-start/src/main/resources/org/eclipse/jetty/start/usage.txt @@ -114,7 +114,10 @@ Module Management: fully understand the configuration of their ${jetty.base} and are willing to forego some of the safety checks built into the jetty-start mechanism. - + + --approve-all-licenses + Approve all license questions. Useful for enabling + modules from a script that does not require user interaction. Startup / Shutdown Command Line: --------------------------------