diff options
author | aflpp <aflpp@aflplus.plus> | 2020-06-22 08:28:41 +0200 |
---|---|---|
committer | aflpp <aflpp@aflplus.plus> | 2020-06-22 08:28:41 +0200 |
commit | 87f127722c5dd9d503c9b9acab9aceb0fd573da5 (patch) | |
tree | 52d9bf3a264d80b80d3291e205bce51f6d7feb81 /src | |
parent | a49b5ef072011cc840c37653d6f6469dc3671968 (diff) | |
download | afl++-87f127722c5dd9d503c9b9acab9aceb0fd573da5.tar.gz |
fix afl-cmin.bash
Diffstat (limited to 'src')
-rw-r--r-- | src/afl-showmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-showmap.c b/src/afl-showmap.c index 7b46cd2b..6a26a949 100644 --- a/src/afl-showmap.c +++ b/src/afl-showmap.c @@ -559,7 +559,7 @@ static void usage(u8 *argv0) { "size\n" " the target was compiled for\n" "AFL_PRELOAD: LD_PRELOAD / DYLD_INSERT_LIBRARIES settings for target\n" - "AFL_QUIET: do not print extra informational output", + "AFL_QUIET: do not print extra informational output\n", argv0, MEM_LIMIT, doc_path); exit(1); |