File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -61,9 +61,9 @@ def __parse_cmd_line():
61
61
help = "If specified, then the tool 'security-analyser' will use the data-flow insensitive "
62
62
"instrumentation of the checked properties into the output GOTO programs. In that case"
63
63
"the propagation of taint information will only be control-flow sensitive. The advantage "
64
- "of this instrumentation is that it allows more effective program slicing and so smaller "
65
- "programs for CBMC to analyse, i.e. considerably faster analysis. The disadvantage is "
66
- "that some of the generated error traces might be false positives." )
64
+ "of this data-flow insensitive instrumentation is that it allows more aggressive program "
65
+ "slicing and so smaller programs for CBMC to analyse, i.e. considerably faster analysis. "
66
+ "The disadvantage is that some of the generated error traces might be false positives." )
67
67
return parser .parse_args ()
68
68
69
69
You can’t perform that action at this time.
0 commit comments