Skip to content
Snippets Groups Projects
Commit f4f853b1 authored by Julien Signoles's avatar Julien Signoles
Browse files

[rte] better help message for -rte-initialized

parent 4ef0c587
No related branches found
No related tags found
No related merge requests found
......@@ -68,9 +68,9 @@ module DoInitialized =
(struct
let option_name = "-rte-initialized"
let arg_name = "fct"
let help = "annotates local variables and pointers reads of non struct \
or union types with initialization tests for functions in \
'fct', see documentation for more details."
let help = "for each function in 'fct', annotates reads of non struct or \
union values from local variables and pointers with \
initialization tests, see documentation for more details"
end)
(* annotates invalid memory access (undefined behavior) *)
......
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