Skip to content
Snippets Groups Projects
Commit c9868042 authored by Julien Signoles's avatar Julien Signoles Committed by David Bühler
Browse files

[Reduction] fix help messages

parent 3a9d4af1
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ include Plugin.Register
(struct
let name = "Reduction"
let shortname = "reduc"
let help = "Generate ACSL annotations from Value Analysis informations"
let help = "Generate ACSL annotations from Eva information"
end)
module Reduc =
......@@ -40,7 +40,7 @@ module GenAnnot =
(struct
let option_name = "-reduc-gen-annot"
let arg_name = "gen-annot-heuristic"
let help = "Heuristic to generate annotations from Value"
let help = "Heuristic to generate annotations from Eva"
let default = "inout"
end)
let () = GenAnnot.set_possible_values ["inout"; "all"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment