Skip to content
Snippets Groups Projects
Commit e67be11f authored by Michele Alberti's avatar Michele Alberti
Browse files

[cli] Fix typo in verify-json help message.

parent 278b372e
No related branches found
No related tags found
No related merge requests found
...@@ -320,7 +320,7 @@ let verify_json_cmd = ...@@ -320,7 +320,7 @@ let verify_json_cmd =
let cmdname = "verify-json" in let cmdname = "verify-json" in
let info = let info =
let doc = let doc =
"Property verification using external provers via json configuration \ "Property verification using external provers via a JSON configuration \
file." file."
in in
Cmd.info cmdname ~sdocs:Manpage.s_common_options ~exits:Cmd.Exit.defaults Cmd.info cmdname ~sdocs:Manpage.s_common_options ~exits:Cmd.Exit.defaults
......
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