about summary refs log tree commit diff
path: root/src/afl-showmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/afl-showmap.c')
-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 c8c35525..3ea10d38 100644
--- a/src/afl-showmap.c
+++ b/src/afl-showmap.c
@@ -647,8 +647,8 @@ static void usage(u8* argv0) {
       "  -c            - allow core dumps\n\n"
 
       "This tool displays raw tuple data captured by AFL instrumentation.\n"
-      "For additional help, consult %s/README.md.\n"
-      , argv0, MEM_LIMIT, doc_path);
+      "For additional help, consult %s/README.md.\n",
+      argv0, MEM_LIMIT, doc_path);
 
   exit(1);