summaryrefslogtreecommitdiff
path: root/src/options/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/options/README')
-rw-r--r--src/options/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/options/README b/src/options/README
index ac371e835..47a7d9db7 100644
--- a/src/options/README
+++ b/src/options/README
@@ -111,7 +111,7 @@ Aliases
[[alias]]
category = "regular"
long = "smtlib-strict"
- links = ["--lang=smt2", "--output-lang=smt2", "--strict-parsing", "--default-expr-depth=-1", "--print-success", "--incremental", "--abstract-values"]
+ links = ["--lang=smt2", "--output-lang=smt2", "--strict-parsing", "--expr-depth=-1", "--print-success", "--incremental", "--abstract-values"]
help = "SMT-LIBv2 compliance mode (implies other options)"
@@ -123,7 +123,7 @@ Aliases
is equivalent to specifying the options
- --lang=smt2 --output-lang=smt2 --strict-parsing --default-expr-depth=-1 --print-success --incremental --abstract-values
+ --lang=smt2 --output-lang=smt2 --strict-parsing --expr-depth=-1 --print-success --incremental --abstract-values
It's also possible to pass an argument through to another option.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback