Skip to content

Commit

Permalink
Fix no-term-like-pp option comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ACoquereau authored and iguerNL committed Mar 23, 2021
1 parent 71e7fee commit 0a1e330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/common/parse_command.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1183,7 +1183,7 @@ let parse_term_opt =
Arg.(value & flag & info ["rwt"; "rewriting"] ~docs ~doc) in

let no_term_like_pp =
let doc = "Output semantic values as terms." in
let doc = "Do not output semantic values as terms." in
Arg.(value & flag & info ["no-term-like-pp"] ~docs ~doc) in

Term.(ret (const mk_term_opt $
Expand Down

0 comments on commit 0a1e330

Please sign in to comment.