File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -132,8 +132,8 @@ def __parse_cmd_line():
132
132
help = "Add the Diffblue Models Library's JAR file to the classpath of the security-scanner." )
133
133
parser .add_argument ("--use-java-runtime-library" , action = "store_true" ,
134
134
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 ." )
137
137
parser .add_argument ("--use-apache-tomcat" , action = "store_true" ,
138
138
help = "Add the Apache Tomcat's JAR files to the classpath of the security-scanner." )
139
139
parser .add_argument ("--use-spring-framework" , action = "store_true" ,
You can’t perform that action at this time.
0 commit comments