diff options
author | vanhauser-thc <vh@thc.org> | 2023-04-09 10:33:39 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-04-09 10:33:39 +0200 |
commit | 0782ed38414bed37168feafc971fd102b8294510 (patch) | |
tree | 1018dc23b69f11ab9977097a554a5c7c84f80ea4 /src | |
parent | 0911525194f4a9d40fcb65e0ab7a83ccf661c192 (diff) | |
download | afl++-0782ed38414bed37168feafc971fd102b8294510.tar.gz |
remove pointer to removed doc
Diffstat (limited to 'src')
-rw-r--r-- | src/afl-fuzz.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c index c7eb985c..a0c322da 100644 --- a/src/afl-fuzz.c +++ b/src/afl-fuzz.c @@ -166,7 +166,6 @@ static void usage(u8 *argv0, int more_help) { " pacemaker mode (minutes of no new finds). 0 = " "immediately,\n" " -1 = immediately and together with normal mutation.\n" - " See docs/README.MOpt.md\n" " -c program - enable CmpLog by specifying a binary compiled for " "it.\n" " if using QEMU/FRIDA or the fuzzing target is " |