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 /src/afl-showmap.c | |
parent | 102b749c0734165f1cb121397e4a4c307666b8eb (diff) | |
download | afl++-2cbe49c6eb9fa3514289a088e68c847949d9d4cc.tar.gz |
Update usage messages
Diffstat (limited to 'src/afl-showmap.c')
-rw-r--r-- | src/afl-showmap.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/afl-showmap.c b/src/afl-showmap.c index 19288c04..31091e8e 100644 --- a/src/afl-showmap.c +++ b/src/afl-showmap.c @@ -864,10 +864,11 @@ static void usage(u8 *argv0) { "AFL_DEBUG: enable extra developer output\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" - " (default: SIGTERM)\n" + "AFL_KILL_SIGNAL: Signal ID delivered to child processes on timeout,\n" + " 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_MAP_SIZE: the shared memory size for that target. must be >= the " "size the target was compiled for\n" "AFL_PRELOAD: LD_PRELOAD / DYLD_INSERT_LIBRARIES settings for target\n" |