diff options
author | vanhauser-thc <vh@thc.org> | 2021-02-22 16:39:38 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-02-22 16:39:38 +0100 |
commit | 70fe872940b9815698b4317bdde33da1dae27923 (patch) | |
tree | fbe0d910d911152967050e5ee97259b2e4b5212c /src/afl-cc.c | |
parent | a252943236b12c080248747bee06c9c5084b871e (diff) | |
download | afl++-70fe872940b9815698b4317bdde33da1dae27923.tar.gz |
ensure a valid seed exists
Diffstat (limited to 'src/afl-cc.c')
-rw-r--r-- | src/afl-cc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/afl-cc.c b/src/afl-cc.c index 2eb8c575..5f471355 100644 --- a/src/afl-cc.c +++ b/src/afl-cc.c @@ -1700,7 +1700,8 @@ int main(int argc, char **argv, char **envp) { "selected.\n" "Read the documentation for FEATURES though, all are good but few are " "defaults.\n" - "Recommended is afl-clang-lto with AFL_LLVM_CMPLOG or afl-clang-fast with\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"); exit(1); |