mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-07 19:55:41 -05:00
Small update to tool doc
This commit is contained in:
parent
94ce8dbd25
commit
a6a44445c7
1 changed files with 1 additions and 1 deletions
2
main.ml
2
main.ml
|
|
@ -184,7 +184,7 @@ let argspec = Arg.align [
|
|||
"-o", Arg.String set_output,
|
||||
" Sets the output format (default none)";
|
||||
"-s", Arg.String set_solver,
|
||||
" Sets the solver to use (default smt)";
|
||||
"{smt,mcsat} Sets the solver to use (default smt)";
|
||||
"-size", Arg.String (int_arg size_limit),
|
||||
"<s>[kMGT] Sets the size limit for the sat solver";
|
||||
"-time", Arg.String (int_arg time_limit),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue