Skip to content
Snippets Groups Projects

[config] command --check

Merged Benjamin Jorge requested to merge config-check into master
All threads resolved!
Files
4
+ 1
1
@@ -373,7 +373,7 @@ let () = register ~name:"config" ~args:"[OPTIONS] PROVERS"
"--default", Arg.Set default, "import local provers";
"--detect", Arg.Set detect, "detect and import local provers";
"--check", Arg.Set check,
"check that the proof certificates respect the configuration"
"check that proof certificates conform to configuration"
]
end
noargv
Loading