diff options
author | Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr> | 2016-09-07 17:43:39 +0200 |
---|---|---|
committer | Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr> | 2016-09-07 17:43:39 +0200 |
commit | a18fb93587ccbe32a2edfad38d2e9095f6c8e901 (patch) | |
tree | 4df4d74a05885a75e58de2873bc1895e42ebc2be /plugins | |
parent | 1f4a8889f4bc4c2201080004db6371950b4ea36d (diff) | |
parent | 53b2acb9befe13c0383b923d09a0d5a6c416449e (diff) |
Merge branch 'v8.5' into v8.6
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/decl_mode/decl_proof_instr.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/decl_mode/decl_proof_instr.ml b/plugins/decl_mode/decl_proof_instr.ml index 97c9d5f4a..d30fcf603 100644 --- a/plugins/decl_mode/decl_proof_instr.ml +++ b/plugins/decl_mode/decl_proof_instr.ml @@ -60,7 +60,7 @@ let _ = declare_bool_option { optsync = true; optdepr = false; - optname = "strict mode"; + optname = "strict proofs"; optkey = ["Strict";"Proofs"]; optread = get_strictness; optwrite = set_strictness } |