diff options
author | vanhauser-thc <vh@thc.org> | 2022-10-24 20:06:57 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2022-10-24 20:06:57 +0200 |
commit | 05e0825d66d938308842c25c4c74b5cdd4a885eb (patch) | |
tree | 724dd6978ebb10f52c4bdda86eb44a5494b33409 /src/afl-showmap.c | |
parent | 02502c1a543b2150bec78fbac2f0fcf1f4cd7a5a (diff) | |
download | afl++-05e0825d66d938308842c25c4c74b5cdd4a885eb.tar.gz |
changelog update
Diffstat (limited to 'src/afl-showmap.c')
-rw-r--r-- | src/afl-showmap.c | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/afl-showmap.c b/src/afl-showmap.c index 31091e8e..ce1f8004 100644 --- a/src/afl-showmap.c +++ b/src/afl-showmap.c @@ -866,9 +866,12 @@ static void usage(u8 *argv0) { "startup (in milliseconds)\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_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" @@ -1474,3 +1477,4 @@ int main(int argc, char **argv_orig, char **envp) { exit(ret); } + |