diff options
author | vanhauser-thc <vh@thc.org> | 2023-12-10 13:23:59 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-12-10 13:23:59 +0100 |
commit | 520daf5e0f8b6e7df9fa3b77b7c1b8268b0dcd0f (patch) | |
tree | 507c6a234edc56c6152b86c3b8252cdbcf3b7b70 /src | |
parent | bb1d4a24917fd95f5389ed6f406c99811e0ed6eb (diff) | |
download | afl++-520daf5e0f8b6e7df9fa3b77b7c1b8268b0dcd0f.tar.gz |
nit
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 6242ece0..22cce2cd 100644 --- a/src/afl-cc.c +++ b/src/afl-cc.c @@ -2313,7 +2313,7 @@ int main(int argc, char **argv, char **envp) { "0x10000\n" " AFL_LLVM_DOCUMENT_IDS: write all edge IDs and the corresponding " "functions\n" - " into this file\n" + " into this file (LTO mode)\n" " AFL_LLVM_LTO_DONTWRITEID: don't write the highest ID used to a " "global var\n" " AFL_LLVM_LTO_STARTID: from which ID to start counting from for " |