diff options
Diffstat (limited to 'src/afl-fuzz.c')
-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 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 |