- Changes to --max-attacks switch semantics. Maybe it should even be called max-patterns.
This commit is contained in:
parent
4c469c542b
commit
e28c494a18
7
Changes.txt
Normal file
7
Changes.txt
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
Recent changes (since beta 4):
|
||||||
|
|
||||||
|
- --max-attacks is now per claim, and no longer global.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -746,7 +746,7 @@ switcher (const int process, int index, int commandline)
|
|||||||
if (!process)
|
if (!process)
|
||||||
{
|
{
|
||||||
/* not very important
|
/* not very important
|
||||||
helptext (" --max-attacks=<int>", "when not 0, maximum number of attacks [0]");
|
helptext (" --max-attacks=<int>", "when not 0, maximum number of attacks/states per claim [0]");
|
||||||
*/
|
*/
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user