- Added -d switch.
This commit is contained in:
parent
b56c01c422
commit
635470d976
@ -1883,7 +1883,7 @@ prune_bounds ()
|
||||
if (sys->output == PROOF)
|
||||
{
|
||||
indentPrint ();
|
||||
eprintf ("Pruned: proof tree too deep: %i (--max-depth %i switch)\n",
|
||||
eprintf ("Pruned: proof tree too deep: %i (-d %i switch)\n",
|
||||
proofDepth, sys->switch_maxproofdepth);
|
||||
}
|
||||
return 1;
|
||||
|
@ -119,7 +119,7 @@ main (int argc, char **argv)
|
||||
arg_int0 ("l", "max-length", NULL,
|
||||
"prune traces longer than <int> events.");
|
||||
struct arg_int *switch_prune_proof_depth =
|
||||
arg_int0 (NULL, "max-depth", NULL,
|
||||
arg_int0 ("d", "max-depth", NULL,
|
||||
"prune proof deeper than <int> splits.");
|
||||
struct arg_lit *switch_incremental_trace_length =
|
||||
arg_lit0 (NULL, "increment-traces",
|
||||
|
Loading…
Reference in New Issue
Block a user