diff options
Diffstat (limited to 'src/afl-as.c')
-rw-r--r-- | src/afl-as.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/afl-as.c b/src/afl-as.c index acb026df..98bd3ff5 100644 --- a/src/afl-as.c +++ b/src/afl-as.c @@ -530,7 +530,8 @@ int main(int argc, char** argv) { "Rarely, when dealing with extremely complex projects, it may be " "advisable\n" - "to set AFL_INST_RATIO to a value less than 100 in order to reduce the\n" + "to set AFL_INST_RATIO to a value less than 100 in order to reduce " + "the\n" "odds of instrumenting every discovered branch.\n\n" "Environment variables used:\n" "AFL_AS: path to assembler to use for instrumented files\n" |