mirror of
https://github.com/Z3Prover/z3
synced 2025-04-05 09:04:07 +00:00
fix #7560
This commit is contained in:
parent
075773e519
commit
712231dcda
|
@ -737,6 +737,7 @@ public:
|
|||
else {
|
||||
if (opt != symbol(":?"))
|
||||
ctx.print_unsupported(opt, m_line, m_pos);
|
||||
ctx.regular_stream() << "; Suppported get-info parameters:\n";
|
||||
ctx.regular_stream() << "; (get-info :reason-unknown)\n";
|
||||
ctx.regular_stream() << "; (get-info :status)\n";
|
||||
ctx.regular_stream() << "; (get-info :version)\n";
|
||||
|
|
Loading…
Reference in a new issue