Fix afl-showmap usage output (#1560)

This commit is contained in:
Edward J. Schwartz
2022-10-18 12:55:59 -04:00
committed by GitHub
parent 089e773d1e
commit 23580e2cb6

View File

@ -822,8 +822,8 @@ static void usage(u8 *argv0) {
" -o file - file to write the trace data to\n\n" " -o file - file to write the trace data to\n\n"
"Execution control settings:\n" "Execution control settings:\n"
" -t msec - timeout for each run (none)\n" " -t msec - timeout for each run (1000)\n"
" -m megs - memory limit for child process (%u MB)\n" " -m megs - memory limit for child process (none)\n"
#if defined(__linux__) && defined(__aarch64__) #if defined(__linux__) && defined(__aarch64__)
" -A - use binary-only instrumentation (ARM CoreSight mode)\n" " -A - use binary-only instrumentation (ARM CoreSight mode)\n"
#endif #endif