about summary refs log tree commit diff
diff options
context:
space:
mode:
authorKhaled Yakdan <yakdan@code-intelligence.com>2024-02-03 10:49:45 +0100
committerGitHub <noreply@github.com>2024-02-03 09:49:45 +0000
commit1e7485dcee1f19d8eb78562d62c30f2aae5a101d (patch)
tree0e36d1783cc0ad1f227d50d92feb69f051883775
parent58871777ae8ed14675c8627a1035248b6e6d0eb2 (diff)
downloadafl++-1e7485dcee1f19d8eb78562d62c30f2aae5a101d.tar.gz
Fix type in AFL_NOOPT env variable in afl-cc help message (#1982)
-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 c300ddfc..98310545 100644
--- a/src/afl-cc.c
+++ b/src/afl-cc.c
@@ -2830,7 +2830,7 @@ static void maybe_usage(aflcc_state_t *aflcc, int argc, char **argv) {
           "  AFL_DONT_OPTIMIZE: disable optimization instead of -O3\n"
           "  AFL_NO_BUILTIN: no builtins for string compare functions (for "
           "libtokencap.so)\n"
-          "  AFL_NOOP: behave like a normal compiler (to pass configure "
+          "  AFL_NOOPT: behave like a normal compiler (to pass configure "
           "tests)\n"
           "  AFL_PATH: path to instrumenting pass and runtime  "
           "(afl-compiler-rt.*o)\n"