Skip to content

Commit

Permalink
Move show-prop-model in the MODEL section
Browse files Browse the repository at this point in the history
  • Loading branch information
Halbaroth committed Sep 29, 2023
1 parent 3b6ddfd commit aee063a
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 @@ -1050,7 +1050,7 @@ let parse_output_opt =
(with --interpretation or with --all-models options)."
in
Arg.(value & flag & info
["show-prop-model"; "show-propositional-model"] ~doc)
["show-prop-model"; "show-propositional-model"] ~docs:s_models ~doc)
in

let unsat_core =
Expand Down

0 comments on commit aee063a

Please sign in to comment.