about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-07-08 19:59:44 +0200
committervanhauser-thc <vh@thc.org>2021-07-08 19:59:44 +0200
commita09ab9953419cc06ae88e100c934198ed6ee1802 (patch)
treebe15c3b01b94aae39efefce332b3f657738b4030
parentac565bfe51bb16f43680a5fd1b1c29e2d7e13854 (diff)
downloadafl++-a09ab9953419cc06ae88e100c934198ed6ee1802.tar.gz
help output nits
-rw-r--r--src/afl-fuzz.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c
index 60595322..0c7b6e42 100644
--- a/src/afl-fuzz.c
+++ b/src/afl-fuzz.c
@@ -143,7 +143,7 @@ static void usage(u8 *argv0, int more_help) {
       "  -x dict_file  - fuzzer dictionary (see README.md, specify up to 4 "
       "times)\n\n"
 
-      "Testing settings:\n"
+      "Test settings:\n"
       "  -s seed       - use a fixed seed for the RNG\n"
       "  -V seconds    - fuzz for a specified time then terminate\n"
       "  -E execs      - fuzz for an approx. no. of total executions then "