diff options
author | vanhauser-thc <vh@thc.org> | 2023-07-28 15:18:12 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-07-28 15:18:12 +0200 |
commit | f87ba7ed6324e9d33c2b93da5103344d53218f2c (patch) | |
tree | 1aa237d320559379eebbf5e00d15dfad452c187f /src | |
parent | 57c9dfda1fabe150fad18d15ae3a49918c61fc19 (diff) | |
download | afl++-f87ba7ed6324e9d33c2b93da5103344d53218f2c.tar.gz |
doc fix
Diffstat (limited to 'src')
-rw-r--r-- | src/afl-fuzz.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c index 21a8915c..bacbafc4 100644 --- a/src/afl-fuzz.c +++ b/src/afl-fuzz.c @@ -278,7 +278,8 @@ static void usage(u8 *argv0, int more_help) { "AFL_IGNORE_UNKNOWN_ENVS: don't warn on unknown env vars\n" "AFL_IMPORT_FIRST: sync and import test cases from other fuzzer instances first\n" "AFL_INPUT_LEN_MIN/AFL_INPUT_LEN_MAX: like -g/-G set min/max fuzz length produced\n" - "AFL_PIZZA_MODE: 1 - enforce pizza mode, 0 - disable for April 1st\n" + "AFL_PIZZA_MODE: 1 - enforce pizza mode, -1 - disable for April 1st,\n" + " 0 (default) - activate on April 1st\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" |