diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-08-31 20:34:28 +0200 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-08-31 20:34:28 +0200 |
commit | 8ca4414d70df515b504beefddcc3ad3615a4216a (patch) | |
tree | ca8a552d322f4b2d79a9feff01f870e891813207 /src/afl-showmap.c | |
parent | 6090bb1bca81229a4c6ae178e1cef0e35bd31a96 (diff) | |
parent | a552631d3b04da880f18a25860169ac4ccd8f85b (diff) | |
download | afl++-8ca4414d70df515b504beefddcc3ad3615a4216a.tar.gz |
merge conflicts
Diffstat (limited to 'src/afl-showmap.c')
-rw-r--r-- | src/afl-showmap.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/afl-showmap.c b/src/afl-showmap.c index 64b52479..f4a7c336 100644 --- a/src/afl-showmap.c +++ b/src/afl-showmap.c @@ -636,6 +636,8 @@ 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_FORKSRV_INIT_TMOUT: time spent waiting for forkserver during " + "startup (in milliseconds)\n" "AFL_QUIET: do not print extra informational output\n", argv0, MEM_LIMIT, doc_path); |