about summary refs log tree commit diff
path: root/src/afl-showmap.c
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-04-17 11:15:04 +0200
committervan Hauser <vh@thc.org>2020-04-17 11:15:04 +0200
commitbda4d8812e6448bf7a9ce675f703c43609d76616 (patch)
tree752b1083b88d622aecd4916af069c8855a145763 /src/afl-showmap.c
parent2162fd8e1a1ceb745c1fcf87fb6a1053508591c4 (diff)
downloadafl++-bda4d8812e6448bf7a9ce675f703c43609d76616.tar.gz
forgot MAP_SIZE for afl struct maps
Diffstat (limited to 'src/afl-showmap.c')
-rw-r--r--src/afl-showmap.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/afl-showmap.c b/src/afl-showmap.c
index a11c128a..0bcb71ed 100644
--- a/src/afl-showmap.c
+++ b/src/afl-showmap.c
@@ -515,7 +515,7 @@ static void usage(u8 *argv0) {
       "For additional help, consult %s/README.md.\n\n"
 
       "Environment variables used:\n"
-      "LD_BIND_LAZY: do not set LD_BIND_NOW env var for target\n",
+      "LD_BIND_LAZY: do not set LD_BIND_NOW env var for target\n"
       "AFL_CMIN_CRASHES_ONLY: (cmin_mode) only write tuples for crashing "
       "inputs\n"
       "AFL_CMIN_ALLOW_ANY: (cmin_mode) write tuples for crashing inputs also\n"
@@ -524,8 +524,8 @@ static void usage(u8 *argv0) {
       "size\n"
       "              the target was compiled for\n"
       "AFL_PRELOAD: LD_PRELOAD / DYLD_INSERT_LIBRARIES settings for target\n"
-      "AFL_QUIET: do not print extra informational output" argv0,
-      MEM_LIMIT, doc_path);
+      "AFL_QUIET: do not print extra informational output",
+      argv0, MEM_LIMIT, doc_path);
 
   exit(1);