about summary refs log tree commit diff
path: root/src/afl-as.c
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2020-02-17 21:24:32 +0100
committerhexcoder- <heiko@hexco.de>2020-02-17 21:24:32 +0100
commitdf55fb1f14050a5223229d5df9d0a76ba7b23521 (patch)
tree9940f92753366edd226981e04b1a67676430946f /src/afl-as.c
parentd606018ddb1af3c5cbb8fd9a78b60143f20323c6 (diff)
downloadafl++-df55fb1f14050a5223229d5df9d0a76ba7b23521.tar.gz
add descriptions of env variables to afl-gcc
Diffstat (limited to 'src/afl-as.c')
-rw-r--r--src/afl-as.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/afl-as.c b/src/afl-as.c
index beef913c..c116ac10 100644
--- a/src/afl-as.c
+++ b/src/afl-as.c
@@ -543,8 +543,8 @@ int main(int argc, char** argv) {
         "AFL_INST_RATIO: user specified instrumentation ratio\n"
         "AFL_QUIET: suppress verbose output\n"
         "AFL_KEEP_ASSEMBLY: leave instrumented assembly files\n"
-        "AFL_AS_FORCE_INSTRUMENT: force instrumentation\n"
-        "AFL_HARDEN, AFL_USE_ASAN, AFL_USE_MSAN, ALF_USE_UBSAN:\n"
+        "AFL_AS_FORCE_INSTRUMENT: force instrumentation for asm sources\n"
+        "AFL_HARDEN, AFL_USE_ASAN, AFL_USE_MSAN, AFL_USE_UBSAN:\n"
         "  used in the instrumentation summary message\n");
 
     exit(1);