Skip to content

Commit ce1e72d

Browse files
committed
fix afl-cov
1 parent c83749c commit ce1e72d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

afl-cov

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1154,7 +1154,7 @@ def parse_cmdline():
11541154
help="Process a live AFL directory, and afl-cov will exit when it appears afl-fuzz has been stopped",
11551155
default=False)
11561156
p.add_argument("--clang", action='store_true',
1157-
help="If clang was used for coverage compilation instead of gcc"",
1157+
help="If clang was used for coverage compilation instead of gcc",
11581158
default=False)
11591159
p.add_argument("--cover-corpus", action='store_true',
11601160
help="Measure coverage after running all available tests instead of individually per queue file",

0 commit comments

Comments
 (0)