diff options
author | Khaled Yakdan <yakdan@code-intelligence.com> | 2024-02-03 10:49:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-03 09:49:45 +0000 |
commit | 1e7485dcee1f19d8eb78562d62c30f2aae5a101d (patch) | |
tree | 0e36d1783cc0ad1f227d50d92feb69f051883775 /src | |
parent | 58871777ae8ed14675c8627a1035248b6e6d0eb2 (diff) | |
download | afl++-1e7485dcee1f19d8eb78562d62c30f2aae5a101d.tar.gz |
Fix type in AFL_NOOPT env variable in afl-cc help message (#1982)
Diffstat (limited to 'src')
-rw-r--r-- | src/afl-cc.c | 2 |
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" |