diff options
author | van Hauser <vh@thc.org> | 2019-05-29 09:45:59 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2019-05-29 09:45:59 +0200 |
commit | dfa0c9cfd1ec4bea84ea399e25889b5fc93c648b (patch) | |
tree | 21618b86679affb8f3ce655ae05c741023781f07 | |
parent | 429afb710cb0037f925ea8e9c6c91dfcaa862f45 (diff) | |
download | afl++-dfa0c9cfd1ec4bea84ea399e25889b5fc93c648b.tar.gz |
remove an unnecessary linefeed
-rw-r--r-- | afl-fuzz.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/afl-fuzz.c b/afl-fuzz.c index 40a49544..6bd6f79d 100644 --- a/afl-fuzz.c +++ b/afl-fuzz.c @@ -7074,7 +7074,7 @@ static void usage(u8* argv0) { " -T text - text banner to show on the screen\n" " -M / -S id - distributed mode (see parallel_fuzzing.txt)\n" - " -C - crash exploration mode (the peruvian rabbit thing)\n\n" + " -C - crash exploration mode (the peruvian rabbit thing)\n" " -e ext - File extension for the temporarily generated test case\n\n" "For additional tips, please consult %s/README.\n\n", |