diff options
author | vanhauser-thc <vh@thc.org> | 2023-06-22 09:24:00 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-06-22 09:26:46 +0200 |
commit | 90f83c13d08f44fbf50036076a1772909c4d2c86 (patch) | |
tree | d26430fafdefc5a4765e274c930cf0ece7aecf4c /src/afl-fuzz.c | |
parent | 224e884ba1c8eba8ff6d7ab7c95dfb4f6f958622 (diff) | |
download | afl++-90f83c13d08f44fbf50036076a1772909c4d2c86.tar.gz |
remove dead code, code format
Diffstat (limited to 'src/afl-fuzz.c')
-rw-r--r-- | src/afl-fuzz.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c index 8cf786af..79b05da7 100644 --- a/src/afl-fuzz.c +++ b/src/afl-fuzz.c @@ -164,7 +164,8 @@ static void usage(u8 *argv0, int more_help) { "\n" "Mutator settings:\n" - " -a - target expects ascii text input (prefer text mutators)\n" + " -a - target expects ascii text input (prefer text " + "mutators)\n" " -g minlength - set min length of generated fuzz input (default: 1)\n" " -G maxlength - set max length of generated fuzz input (default: " "%lu)\n" |