diff options
author | van Hauser <vh@thc.org> | 2019-12-31 13:21:13 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2019-12-31 13:21:13 +0100 |
commit | bfc33150f45ea68aad1d01b2fe8dc35c8de6f7fe (patch) | |
tree | 858fb79097e786c84d843db5bb58b58a4d7457be | |
parent | 6dea693441c5b4f7177573383464fabfbde12a74 (diff) | |
download | afl++-bfc33150f45ea68aad1d01b2fe8dc35c8de6f7fe.tar.gz |
show correct python version and readme name
-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 |