mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 11:15:43 -05:00
Fixed indentation of new options documentation
This commit is contained in:
parent
3443e2b8dc
commit
f1a9245953
1 changed files with 2 additions and 2 deletions
|
|
@ -47,9 +47,9 @@ let argspec = Arg.align [
|
|||
"-s", Arg.String (int_arg size_limit),
|
||||
"<s>[kMGT] Sets the size limit for the sat solver";
|
||||
"-model", Arg.Set p_assign,
|
||||
"Outputs the boolean model found if sat";
|
||||
" Outputs the boolean model found if sat";
|
||||
"-gc", Arg.Unit setup_gc_stat,
|
||||
"Outputs statistics about the GC";
|
||||
" Outputs statistics about the GC";
|
||||
]
|
||||
|
||||
(* Limits alarm *)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue