We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d328830 commit 13825caCopy full SHA for 13825ca
jbmc/src/jbmc/jbmc_parse_options.cpp
@@ -551,11 +551,9 @@ int jbmc_parse_optionst::doit()
551
{
552
log.error() << "Only one .class, .jar or .gbf file should be directly "
553
"specified on the command-line. To force loading another "
554
- "another class "
555
- "use '--java-load-class somepackage.SomeClass' or "
556
- "'--lazy-methods-extra-entry-point "
557
- "somepackage.SomeClass.method' along "
558
- "with '--classpath'"
+ "another class use '--java-load-class somepackage.SomeClass'"
+ " or '--lazy-methods-extra-entry-point "
+ "somepackage.SomeClass.method' along with '--classpath'"
559
<< messaget::eom;
560
return 6;
561
}
0 commit comments