mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-17 20:28:08 +00:00
Fix afl-showmap usage output (#1560)
This commit is contained in:
committed by
GitHub
parent
089e773d1e
commit
23580e2cb6
@ -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
|
||||||
|
Reference in New Issue
Block a user