diff options
author | h1994st <h1994st@gmail.com> | 2020-03-03 23:17:24 -0500 |
---|---|---|
committer | h1994st <h1994st@gmail.com> | 2020-03-03 23:17:24 -0500 |
commit | 445d4b7e594ba6933d69ef680ea7b3a64c214d82 (patch) | |
tree | c89223a76b31b834e161c50a4c92da867819186a /src | |
parent | df465216583afcc0e65e4468e6383afd7a688ddc (diff) | |
download | afl++-445d4b7e594ba6933d69ef680ea7b3a64c214d82.tar.gz |
Update the documents of the custom mutator
- Merge python_mutators.md into custom_mutator.md - Remove python_mutators.md
Diffstat (limited to 'src')
-rw-r--r-- | src/afl-fuzz.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c index a96ee1d0..2d5a5743 100644 --- a/src/afl-fuzz.c +++ b/src/afl-fuzz.c @@ -194,7 +194,7 @@ static void usage(u8* argv0, int more_help) { "use \"-hh\".\n\n"); #ifdef USE_PYTHON - SAYF("Compiled with %s module support, see docs/python_mutators.md\n", + SAYF("Compiled with %s module support, see docs/custom_mutator.md\n", (char*)PYTHON_VERSION); #endif |