about summary refs log tree commit diff
path: root/afl-cmin
diff options
context:
space:
mode:
authorDominik Maier <domenukk@gmail.com>2020-12-04 15:41:24 +0100
committerDominik Maier <domenukk@gmail.com>2020-12-04 15:41:24 +0100
commit1aebbd7490b39a39c31d473af536b7f932412cb6 (patch)
tree3b75a5a065efc2d363b3303c9f84cc11cfab1eb4 /afl-cmin
parent330f33a4356f46f25d0930aa61ef18c78a559fea (diff)
parent3d233b34b88dc49b33e4d1f91668194c6f59637a (diff)
downloadafl++-1aebbd7490b39a39c31d473af536b7f932412cb6.tar.gz
Merge branch 'dev' of github.com:aflplusplus/aflplusplus into dev
Diffstat (limited to 'afl-cmin')
-rwxr-xr-xafl-cmin2
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
 }