aboutsummaryrefslogtreecommitdiff
path: root/src/afl-showmap.c
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2022-10-19 10:17:12 +0200
committervanhauser-thc <vh@thc.org>2022-10-19 10:17:12 +0200
commitca9854a924bf6358aff7a54c8825917f711b35ff (patch)
tree49c48333df677a7664b685a272c23a490d3ab4d6 /src/afl-showmap.c
parent9a77a6fa928b3f69729761ffa7294745789c684f (diff)
downloadAFLplusplus-ca9854a924bf6358aff7a54c8825917f711b35ff.tar.gz
nits
Diffstat (limited to 'src/afl-showmap.c')
-rw-r--r--src/afl-showmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-showmap.c b/src/afl-showmap.c
index 4cc079ea..5e3fb67d 100644
--- a/src/afl-showmap.c
+++ b/src/afl-showmap.c
@@ -873,7 +873,7 @@ static void usage(u8 *argv0) {
"printed to stdout\n"
"AFL_QUIET: do not print extra informational output\n"
"AFL_NO_FORKSRV: run target via execve instead of using the forkserver\n",
- argv0, MEM_LIMIT, doc_path);
+ argv0, doc_path);
exit(1);