summaryrefslogtreecommitdiff
path: root/src/util/options.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/options.cpp')
-rw-r--r--src/util/options.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/options.cpp b/src/util/options.cpp
index 6018ce611..1329a443a 100644
--- a/src/util/options.cpp
+++ b/src/util/options.cpp
@@ -121,7 +121,7 @@ static const string optionsDescription = "\
--random-freq=P sets the frequency of random decisions in the sat solver(P=0.0 by default)\n\
--random-seed=S sets the random seed for the sat solver\n\
--rewrite-arithmetic-equalities rewrite (= x y) to (and (<= x y) (>= x y)) in arithmetic\n\
- --enable-arithmetic-propagation turns on arithmetic propagation\n \
+ --enable-arithmetic-propagation turns on arithmetic propagation\n\
--incremental enable incremental solving\n";
static const string languageDescription = "\
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback