From bfc33150f45ea68aad1d01b2fe8dc35c8de6f7fe Mon Sep 17 00:00:00 2001 From: van Hauser Date: Tue, 31 Dec 2019 13:21:13 +0100 Subject: show correct python version and readme name --- src/afl-fuzz.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c index dd80202b..f3927d4e 100644 --- a/src/afl-fuzz.c +++ b/src/afl-fuzz.c @@ -147,7 +147,7 @@ static void usage(u8* argv0) { SAYF("Compiled with Python %s module support, see docs/python_mutators.txt\n", (char*)PYTHON_VERSION); #endif - SAYF("For additional information please consult %s/README.md\n\n", doc_path); + SAYF("For additional help please consult %s/README.md\n\n", doc_path); exit(1); #undef PHYTON_SUPPORT -- cgit 1.4.1