diff options
author | van Hauser <vh@thc.org> | 2019-07-20 09:06:47 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2019-07-20 09:06:47 +0200 |
commit | 322b5a736b2c84957c985cfffcb6bfc9470c0045 (patch) | |
tree | a636812d3050e828aae2ca5f12b4a6ba19ea800d /afl-fuzz.c | |
parent | 907c054142ce7c72a0050ac3963d82a59c5e4f0a (diff) | |
download | afl++-322b5a736b2c84957c985cfffcb6bfc9470c0045.tar.gz |
updated docs and crash issues with gcc_plugin
Diffstat (limited to 'afl-fuzz.c')
-rw-r--r-- | afl-fuzz.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/afl-fuzz.c b/afl-fuzz.c index 422260ef..e917ed9c 100644 --- a/afl-fuzz.c +++ b/afl-fuzz.c @@ -11247,7 +11247,7 @@ static void usage(u8* argv0) { " -Q - use binary-only instrumentation (QEMU mode)\n" " -L minutes - use MOpt(imize) mode and set the limit time for entering the\n" " pacemaker mode (minutes of no new paths, 0 = immediately).\n" - " see docs/README.MOpt\n\n" + " a recommended value is 10-60. see docs/README.MOpt\n\n" "Fuzzing behavior settings:\n" " -d - quick & dirty mode (skips deterministic steps)\n" |