about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-02-21 23:42:08 +0100
committervanhauser-thc <vh@thc.org>2021-02-21 23:42:08 +0100
commit8ad78f5b65d09375dddfa679ccce76bec0862c28 (patch)
treed0ff9db29302c21b0877e10bd7bf578720ac4975 /src
parentac9cfd89dae0ce99df500793b3f5cbed2fd2e4f7 (diff)
downloadafl++-8ad78f5b65d09375dddfa679ccce76bec0862c28.tar.gz
fix
Diffstat (limited to 'src')
-rw-r--r--src/afl-cc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/afl-cc.c b/src/afl-cc.c
index a5e54691..2eb8c575 100644
--- a/src/afl-cc.c
+++ b/src/afl-cc.c
@@ -1699,9 +1699,9 @@ int main(int argc, char **argv, char **envp) {
         "Do not be overwhelmed :) afl-cc uses good defaults if no options are "
         "selected.\n"
         "Read the documentation for FEATURES though, all are good but few are "
-        "defaults.\n");
+        "defaults.\n"
         "Recommended is afl-clang-lto with AFL_LLVM_CMPLOG or afl-clang-fast with\n"
-        "AFL_LLVM_CMPLOG and AFL_LLVM_DICT2FILE.\n\n"
+        "AFL_LLVM_CMPLOG and AFL_LLVM_DICT2FILE.\n\n");
 
     exit(1);