Skip to content

Commit d2e6fda

Browse files
committed
Improved help text of the option --data-flow-insensitive-instrumentation.
1 parent 6904830 commit d2e6fda

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

security-scanner/run.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ def __parse_cmd_line():
6161
help="If specified, then the tool 'security-analyser' will use the data-flow insensitive "
6262
"instrumentation of the checked properties into the output GOTO programs. In that case"
6363
"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.")
6767
return parser.parse_args()
6868

6969

0 commit comments

Comments
 (0)