diff options
Diffstat (limited to 'afl-showmap.c')
-rw-r--r-- | afl-showmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/afl-showmap.c b/afl-showmap.c index bce7cb4e..af3b36ee 100644 --- a/afl-showmap.c +++ b/afl-showmap.c @@ -409,7 +409,7 @@ static void usage(u8* argv0) { "Execution control settings:\n\n" " -t msec - timeout for each run (none)\n" - " -m megs - memory limit for child process (%u MB)\n" + " -m megs - memory limit for child process (%d MB)\n" " -Q - use binary-only instrumentation (QEMU mode)\n" " -U - use Unicorn-based instrumentation (Unicorn mode)\n" " (Not necessary, here for consistency with other afl-* tools)\n\n" |