summaryrefslogtreecommitdiff
path: root/src/options/proof_options.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/options/proof_options.toml')
-rw-r--r--src/options/proof_options.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/options/proof_options.toml b/src/options/proof_options.toml
index 0225cf24c..0ba3ae413 100644
--- a/src/options/proof_options.toml
+++ b/src/options/proof_options.toml
@@ -15,9 +15,9 @@ name = "Proof"
[[option.mode.DOT]]
name = "dot"
help = "Output DOT proof"
-[[option.mode.VERIT]]
- name = "verit"
- help = "Output veriT proof"
+[[option.mode.ALETHE]]
+ name = "alethe"
+ help = "Output Alethe proof"
[[option.mode.TPTP]]
name = "tptp"
help = "Output TPTP proof (work in progress)"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback