diff options
author | vanhauser-thc <vh@thc.org> | 2022-10-29 11:15:23 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2022-10-29 11:15:23 +0200 |
commit | c0eaf6f47ab8388eea729118383886c6db174354 (patch) | |
tree | 86fef5caa08f3ab7e33498b6e37d486c221392ee /src/afl-tmin.c | |
parent | 0b6007a49cda8d9fc7eb03c73fa5c05f47141072 (diff) | |
download | afl++-c0eaf6f47ab8388eea729118383886c6db174354.tar.gz |
nits
Diffstat (limited to 'src/afl-tmin.c')
-rw-r--r-- | src/afl-tmin.c | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/afl-tmin.c b/src/afl-tmin.c index b6a6d390..d93b9a41 100644 --- a/src/afl-tmin.c +++ b/src/afl-tmin.c @@ -879,11 +879,12 @@ static void usage(u8 *argv0) { "Environment variables used:\n" "AFL_CRASH_EXITCODE: optional child exit code to be interpreted as crash\n" - "AFL_FORKSRV_INIT_TMOUT: time spent waiting for forkserver during startup (in milliseconds)\n" - "AFL_KILL_SIGNAL: Signal ID delivered to child processes on timeout, etc. (default: SIGKILL)\n" - "AFL_FORK_SERVER_KILL_SIGNAL: Signal delivered to fork server processes on termination\n" - " (default: SIGTERM). If this is not set and AFL_KILL_SIGNAL is set,\n" - " this will be set to the same value as AFL_KILL_SIGNAL.\n" + "AFL_FORKSRV_INIT_TMOUT: time spent waiting for forkserver during startup (in ms)\n" + "AFL_KILL_SIGNAL: Signal ID delivered to child processes on timeout, etc.\n" + " (default: SIGKILL)\n" + "AFL_FORK_SERVER_KILL_SIGNAL: Kill signal for the fork server on termination\n" + " (default: SIGTERM). If unset and AFL_KILL_SIGNAL is\n" + " set, that value will be used.\n" "AFL_MAP_SIZE: the shared memory size for that target. must be >= the size\n" " the target was compiled for\n" "AFL_PRELOAD: LD_PRELOAD / DYLD_INSERT_LIBRARIES settings for target\n" |