diff options
author | Nils Bars <nils.bars@rub.de> | 2022-10-24 18:08:29 +0200 |
---|---|---|
committer | Nils Bars <nils.bars@rub.de> | 2022-10-24 18:08:29 +0200 |
commit | 2cbe49c6eb9fa3514289a088e68c847949d9d4cc (patch) | |
tree | 8a487b34a99d3d8694c75bccbbc01403ebe0ae86 /afl-cmin | |
parent | 102b749c0734165f1cb121397e4a4c307666b8eb (diff) | |
download | afl++-2cbe49c6eb9fa3514289a088e68c847949d9d4cc.tar.gz |
Update usage messages
Diffstat (limited to 'afl-cmin')
-rwxr-xr-x | afl-cmin | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/afl-cmin b/afl-cmin index a9806892..15b61f89 100755 --- a/afl-cmin +++ b/afl-cmin @@ -123,8 +123,9 @@ function usage() { "AFL_FORKSRV_INIT_TMOUT: time the fuzzer waits for the forkserver to come up\n" \ "AFL_KEEP_TRACES: leave the temporary <out_dir>/.traces directory\n" \ "AFL_KILL_SIGNAL: Signal delivered to child processes on timeout (default: SIGKILL)\n" \ -"AFL_FORK_SERVER_KILL_SIGNAL: Signal delivered to fork server processes on termination\n" -" (default: SIGTERM)\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_NO_FORKSRV: run target via execve instead of using the forkserver\n" \ "AFL_CMIN_ALLOW_ANY: write tuples for crashing inputs also\n" \ "AFL_PATH: path for the afl-showmap binary if not found anywhere in PATH\n" \ |