From 542bea37fb79497ac3f4ea3411b2af4e5099c864 Mon Sep 17 00:00:00 2001 From: van Hauser Date: Mon, 3 Feb 2020 16:10:16 +0100 Subject: fix MDs --- src/afl-fuzz.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/afl-fuzz.c') diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c index 4957a8bf..8833244d 100644 --- a/src/afl-fuzz.c +++ b/src/afl-fuzz.c @@ -96,7 +96,7 @@ static void usage(u8* argv0) { "score.\n" " \n" - " see docs/power_schedules.txt\n" + " see docs/power_schedules.md\n" " -f file - location read by the fuzzed program (stdin)\n" " -t msec - timeout for each run (auto-scaled, 50-%d ms)\n" " -m megs - memory limit for child process (%d MB)\n" @@ -145,7 +145,7 @@ static void usage(u8* argv0) { argv0, EXEC_TIMEOUT, MEM_LIMIT); #ifdef USE_PYTHON - SAYF("Compiled with %s module support, see docs/python_mutators.txt\n", + SAYF("Compiled with %s module support, see docs/python_mutators.md\n", (char*)PYTHON_VERSION); #endif -- cgit 1.4.1