diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-10-23 19:48:26 +0200 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-10-23 19:48:26 +0200 |
commit | 0f032266562115092100bc54b5f780a4aeb15c56 (patch) | |
tree | a8f1e1b9030cde8ba4bf1321818d65a1486c9abe /src | |
parent | 297e9e3cf59540f16b8260a01ef7c6cd01d9e554 (diff) | |
parent | 39b7f488705a7e242b7a54695ca8e03fb2e73d81 (diff) | |
download | afl++-0f032266562115092100bc54b5f780a4aeb15c56.tar.gz |
Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus
Diffstat (limited to 'src')
-rw-r--r-- | src/afl-fuzz.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c index bb342112..877df0d3 100644 --- a/src/afl-fuzz.c +++ b/src/afl-fuzz.c @@ -71,7 +71,9 @@ static void usage(u8* argv0) { " -V seconds - fuzz for a maximum total time of seconds then " "terminate\n" " -E execs - fuzz for a maximum number of total executions then " - "terminate\n\n" + "terminate\n" + " Note: -V/-E are not precise, they are checked after a queue entry " + "is done\n which can be many minutes/execs later\n\n" "Other stuff:\n" " -T text - text banner to show on the screen\n" |