aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-05-23 18:47:39 +0200
committervanhauser-thc <vh@thc.org>2021-05-23 18:47:47 +0200
commitbb45398d0bbad0b86e311fa6effc286206ecc611 (patch)
tree5a3b4cfa8f41575882665897f9c994f759fea233
parentbc286035e94e43e1e7db1b2a8099210f0e71b88b (diff)
downloadafl++-bb45398d0bbad0b86e311fa6effc286206ecc611.tar.gz
fix afl-cc help output
-rw-r--r--src/afl-cc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-cc.c b/src/afl-cc.c
index ff7b5219..ebe11525 100644
--- a/src/afl-cc.c
+++ b/src/afl-cc.c
@@ -1640,7 +1640,7 @@ int main(int argc, char **argv, char **envp) {
" yes\n"
" [LLVM] llvm: %s%s\n"
" PCGUARD %s yes yes module yes yes "
- "extern\n"
+ "yes\n"
" CLASSIC %s no yes module yes yes "
"yes\n"
" - NORMAL\n"