about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2022-10-19 08:50:17 +0200
committervanhauser-thc <vh@thc.org>2022-10-19 08:50:17 +0200
commit9a77a6fa928b3f69729761ffa7294745789c684f (patch)
tree8c8056289583288fa31ce7c9e7babb0fbd5888f1 /src
parent23580e2cb6f6f92741190e1757f5020e9cd9cc88 (diff)
downloadafl++-9a77a6fa928b3f69729761ffa7294745789c684f.tar.gz
nits
Diffstat (limited to 'src')
-rw-r--r--src/afl-showmap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/afl-showmap.c b/src/afl-showmap.c
index b2bf91aa..4cc079ea 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 (1000)\n"
-      "  -m megs    - memory limit for child process (none)\n"
+      "  -t msec    - timeout for each run (default: 1000ms)\n"
+      "  -m megs    - memory limit for child process (default: none)\n"
 #if defined(__linux__) && defined(__aarch64__)
       "  -A         - use binary-only instrumentation (ARM CoreSight mode)\n"
 #endif