diff options
Diffstat (limited to 'afl-cmin')
-rwxr-xr-x | afl-cmin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/afl-cmin b/afl-cmin index b3b1ead8..93174b8b 100755 --- a/afl-cmin +++ b/afl-cmin @@ -121,7 +121,7 @@ function usage() { "AFL_FORKSRV_INIT_TMOUT: time the fuzzer waits for the target to come up, initially\n" \ "AFL_KEEP_TRACES: leave the temporary <out_dir>/.traces directory\n" \ "AFL_PATH: path for the afl-showmap binary\n" \ -"AFL_SKIP_BIN_CHECK: skip check for target binary\n" \ +"AFL_SKIP_BIN_CHECK: skip check for target binary\n" exit 1 } |