From 23580e2cb6f6f92741190e1757f5020e9cd9cc88 Mon Sep 17 00:00:00 2001 From: "Edward J. Schwartz" Date: Tue, 18 Oct 2022 12:55:59 -0400 Subject: Fix afl-showmap usage output (#1560) --- src/afl-showmap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/afl-showmap.c b/src/afl-showmap.c index 0b724758..b2bf91aa 100644 --- a/src/afl-showmap.c +++ b/src/afl-showmap.c @@ -822,8 +822,8 @@ static void usage(u8 *argv0) { " -o file - file to write the trace data to\n\n" "Execution control settings:\n" - " -t msec - timeout for each run (none)\n" - " -m megs - memory limit for child process (%u MB)\n" + " -t msec - timeout for each run (1000)\n" + " -m megs - memory limit for child process (none)\n" #if defined(__linux__) && defined(__aarch64__) " -A - use binary-only instrumentation (ARM CoreSight mode)\n" #endif -- cgit 1.4.1