Skip to content

Commit 650c9b9

Browse files
committed
Fixed help of the command-line option --use-java-runtime-library.
1 parent 3637542 commit 650c9b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

driver/run.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ def __parse_cmd_line():
132132
help="Add the Diffblue Models Library's JAR file to the classpath of the security-scanner.")
133133
parser.add_argument("--use-java-runtime-library", action="store_true",
134134
help="Add the Java standard library to the classpath. First, there will be attempt to add "
135-
"Oracle's version of the library. If it is not found (e.g. not installed), then the "
136-
"OpenJDK version of the library is searched.")
135+
"OpenJDK version of the library. If it is not found (e.g. not installed), then the "
136+
"Oracle's version of the library is searched for.")
137137
parser.add_argument("--use-apache-tomcat", action="store_true",
138138
help="Add the Apache Tomcat's JAR files to the classpath of the security-scanner.")
139139
parser.add_argument("--use-spring-framework", action="store_true",

0 commit comments

Comments
 (0)