Update the documents of the custom mutator

- Merge python_mutators.md into custom_mutator.md
- Remove python_mutators.md
This commit is contained in:
h1994st
2020-03-03 23:17:24 -05:00
parent df46521658
commit 445d4b7e59
4 changed files with 192 additions and 184 deletions

View File

@ -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