diff options
author | vanhauser-thc <vh@thc.org> | 2021-11-16 13:01:02 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-11-16 13:01:02 +0100 |
commit | 1a8d3f82f289d248aa70ce6877b66c7387f77fc9 (patch) | |
tree | 0bef7e106a2754e21d8e7404c6f749ffa9c2351b /src | |
parent | 268339a683aab00f8487eac1ca31ef5d6c6abc4b (diff) | |
download | afl++-1a8d3f82f289d248aa70ce6877b66c7387f77fc9.tar.gz |
fix afl-showmap
Diffstat (limited to 'src')
-rw-r--r-- | src/afl-showmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-showmap.c b/src/afl-showmap.c index 0ba265ab..236553ce 100644 --- a/src/afl-showmap.c +++ b/src/afl-showmap.c @@ -925,7 +925,7 @@ int main(int argc, char **argv_orig, char **envp) { if (getenv("AFL_QUIET") != NULL) { be_quiet = true; } - while ((opt = getopt(argc, argv, "+i:o:f:m:t:A:eqCZOHQUWbcrsh")) > 0) { + while ((opt = getopt(argc, argv, "+i:o:f:m:t:AeqCZOH:QUWbcrsh")) > 0) { switch (opt) { |