aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-02-20 14:15:38 +0100
committervanhauser-thc <vh@thc.org>2021-02-20 14:15:38 +0100
commit100aac4dd39012750036b2fd71eed5b21959f693 (patch)
tree601f02d60d30ed9d7a8048a2a3a0887a0aac8f33 /src
parentd941da33aebd04d4552e9d4313b946e41234aa52 (diff)
downloadafl++-100aac4dd39012750036b2fd71eed5b21959f693.tar.gz
-t help
Diffstat (limited to 'src')
-rw-r--r--src/afl-fuzz.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c
index 8eb3625b..e3e9007d 100644
--- a/src/afl-fuzz.c
+++ b/src/afl-fuzz.c
@@ -103,7 +103,8 @@ static void usage(u8 *argv0, int more_help) {
" quad -- see docs/power_schedules.md\n"
" -f file - location read by the fuzzed program (default: stdin "
"or @@)\n"
- " -t msec - timeout for each run (auto-scaled, 50-%u ms)\n"
+ " -t msec - timeout for each run (auto-scaled, 50-... ms, default %u ms)\n"
+ " add a '+' to skip over seeds running longer.\n"
" -m megs - memory limit for child process (%u MB, 0 = no limit "
"[default])\n"
" -Q - use binary-only instrumentation (QEMU mode)\n"