From df55fb1f14050a5223229d5df9d0a76ba7b23521 Mon Sep 17 00:00:00 2001 From: hexcoder- Date: Mon, 17 Feb 2020 21:24:32 +0100 Subject: add descriptions of env variables to afl-gcc --- src/afl-as.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/afl-as.c') 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); -- cgit 1.4.1