diff options
author | vanhauser-thc <vh@thc.org> | 2022-01-26 09:55:12 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2022-01-26 09:55:12 +0100 |
commit | b0758ac8db0a2ec833b5ef7a60ab2d04cc7f6a9a (patch) | |
tree | 54487eec5b7f1b23a4c3f54efa490378fd8a2888 /src | |
parent | 77c06408c35e889ac0091efe102ed57ce60c94a4 (diff) | |
download | afl++-b0758ac8db0a2ec833b5ef7a60ab2d04cc7f6a9a.tar.gz |
4.00c readiness
Diffstat (limited to 'src')
-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 d34cc6b4..a96dee97 100644 --- a/src/afl-fuzz.c +++ b/src/afl-fuzz.c @@ -315,7 +315,7 @@ static void usage(u8 *argv0, int more_help) { SAYF("Compiled with %s module support, see docs/custom_mutator.md\n", (char *)PYTHON_VERSION); #else - SAYF("Compiled without python module support.\n"); + SAYF("Compiled without Python module support.\n"); #endif #ifdef AFL_PERSISTENT_RECORD |