about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-05-09 14:17:09 +0200
committervanhauser-thc <vh@thc.org>2023-05-09 14:17:09 +0200
commitc97caa6e1095a4bce8f0c32108e6e33f7ac240e4 (patch)
treeecd1113fe6677b54f44eb787f7dc8faa140b3a0a /src
parentc092892488a1ed8e5213b9dcdf3d4da617fe0dd2 (diff)
downloadafl++-c97caa6e1095a4bce8f0c32108e6e33f7ac240e4.tar.gz
fix makefile
Diffstat (limited to 'src')
-rw-r--r--src/afl-fuzz.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c
index c5206282..f982258f 100644
--- a/src/afl-fuzz.c
+++ b/src/afl-fuzz.c
@@ -124,7 +124,8 @@ static void usage(u8 *argv0, int more_help) {
       "\n%s [ options ] -- /path/to/fuzzed_app [ ... ]\n\n"
 
       "Required parameters:\n"
-      "  -i dir        - input directory with test cases (or '-' to resume, also see AFL_AUTORESUME)\n"
+      "  -i dir        - input directory with test cases (or '-' to resume, "
+      "also see AFL_AUTORESUME)\n"
       "  -o dir        - output directory for fuzzer findings\n\n"
 
       "Execution control settings:\n"