fix makefile

This commit is contained in:
vanhauser-thc
2023-05-09 14:17:09 +02:00
parent c092892488
commit c97caa6e10
2 changed files with 3 additions and 2 deletions

View File

@ -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"