Skip to content

Commit 13825ca

Browse files
fixup! jbmc_parse_options is not a messaget
1 parent d328830 commit 13825ca

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

jbmc/src/jbmc/jbmc_parse_options.cpp

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -551,11 +551,9 @@ int jbmc_parse_optionst::doit()
551551
{
552552
log.error() << "Only one .class, .jar or .gbf file should be directly "
553553
"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'"
554+
"another class use '--java-load-class somepackage.SomeClass'"
555+
" or '--lazy-methods-extra-entry-point "
556+
"somepackage.SomeClass.method' along with '--classpath'"
559557
<< messaget::eom;
560558
return 6;
561559
}

0 commit comments

Comments
 (0)