about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-04-17 10:46:35 +0200
committervan Hauser <vh@thc.org>2020-04-17 10:46:35 +0200
commit2162fd8e1a1ceb745c1fcf87fb6a1053508591c4 (patch)
treefe965014986062edcb43f7b15b2314fb3a1ed9b0 /src
parent248a2f2f0bfddd9f79a4c6b6ceadef32f1765969 (diff)
downloadafl++-2162fd8e1a1ceb745c1fcf87fb6a1053508591c4.tar.gz
preliminary stuff for AFL_MAP_SIZE and afl-llvm-pass
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 59c76d41..a11c128a 100644
--- a/src/afl-showmap.c
+++ b/src/afl-showmap.c
@@ -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);