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 49ea9ec commit 8066fd7Copy full SHA for 8066fd7
src/main/scala/inox/Main.scala
@@ -52,7 +52,7 @@ trait MainHelpers {
52
solvers.SolverFactory.solverNames.toSeq.sortBy(_._1).map {
53
case (name, desc) => f"\n $name%-14s : $desc"
54
}.mkString("") +
55
- "\nYou can prefix the solvers unrollz3, smt-z3, smt-z3:<exec>, smt-cvc4, with 'noinc:' to use them in non-incremental mode"
+ "\nYou can prefix the solvers unrollz3, smt-z3, smt-z3:<exec> and smt-cvc4, with 'no-inc:' to use them in non-incremental mode"
56
}),
57
optDebug -> Description(General, {
58
val sects = debugSections.toSeq.map(_.name).sorted
0 commit comments