summaryrefslogtreecommitdiff
path: root/src/options
diff options
context:
space:
mode:
authorHaniel Barbosa <hanielbbarbosa@gmail.com>2021-03-16 12:19:46 -0300
committerGitHub <noreply@github.com>2021-03-16 15:19:46 +0000
commit0d3ea6f2dcaf80d386c7765ee8a708c18e3ed574 (patch)
tree6dbc58a39c468cc0ab96ab7b8928a6de223333a9 /src/options
parent5a879f4315d0105f8487c8718659a4f060ea634e (diff)
[proof-new] Renaming proof option to be in sync with SMT-LIB (#6154)
Diffstat (limited to 'src/options')
-rw-r--r--src/options/smt_options.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/options/smt_options.toml b/src/options/smt_options.toml
index c29fe5e50..787a60e78 100644
--- a/src/options/smt_options.toml
+++ b/src/options/smt_options.toml
@@ -131,9 +131,9 @@ header = "options/smt_options.h"
help = "Block models based on the concrete model values for the free variables."
[[option]]
- name = "proof"
+ name = "produceProofs"
category = "regular"
- long = "proof"
+ long = "produce-proofs"
type = "bool"
default = "false"
help = "produce proofs, support check-proofs and get-proof"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback