We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c83749c commit ce1e72dCopy full SHA for ce1e72d
afl-cov
@@ -1154,7 +1154,7 @@ def parse_cmdline():
1154
help="Process a live AFL directory, and afl-cov will exit when it appears afl-fuzz has been stopped",
1155
default=False)
1156
p.add_argument("--clang", action='store_true',
1157
- help="If clang was used for coverage compilation instead of gcc"",
+ help="If clang was used for coverage compilation instead of gcc",
1158
1159
p.add_argument("--cover-corpus", action='store_true',
1160
help="Measure coverage after running all available tests instead of individually per queue file",
0 commit comments