diff options
| author | Dominik Maier <domenukk@gmail.com> | 2020-04-17 11:20:09 +0200 |
|---|---|---|
| committer | Dominik Maier <domenukk@gmail.com> | 2020-04-17 11:20:09 +0200 |
| commit | 2d4d16755cf3cffc56904678fa4f4ae91fbee86d (patch) | |
| tree | 9dcc6f55569bb12d43b2514954815dd20f84f0af /src/afl-showmap.c | |
| parent | bfcf6db17a40056d281f15368ca623b389977f2d (diff) | |
| parent | bda4d8812e6448bf7a9ce675f703c43609d76616 (diff) | |
| download | afl++-2d4d16755cf3cffc56904678fa4f4ae91fbee86d.tar.gz | |
merged upstream
Diffstat (limited to 'src/afl-showmap.c')
| -rw-r--r-- | src/afl-showmap.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/afl-showmap.c b/src/afl-showmap.c index ef8e8261..f44b5453 100644 --- a/src/afl-showmap.c +++ b/src/afl-showmap.c @@ -511,7 +511,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" @@ -520,8 +520,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); |
