Skip to content

Commit 8066fd7

Browse files
committed
Fix help message
1 parent 49ea9ec commit 8066fd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/inox/Main.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ trait MainHelpers {
5252
solvers.SolverFactory.solverNames.toSeq.sortBy(_._1).map {
5353
case (name, desc) => f"\n $name%-14s : $desc"
5454
}.mkString("") +
55-
"\nYou can prefix the solvers unrollz3, smt-z3, smt-z3:<exec>, smt-cvc4, with 'noinc:' to use them in non-incremental mode"
55+
"\nYou can prefix the solvers unrollz3, smt-z3, smt-z3:<exec> and smt-cvc4, with 'no-inc:' to use them in non-incremental mode"
5656
}),
5757
optDebug -> Description(General, {
5858
val sects = debugSections.toSeq.map(_.name).sorted

0 commit comments

Comments
 (0)