-V/-E not precise

This commit is contained in:
van Hauser
2019-10-21 17:18:41 +02:00
parent ebea44029e
commit bc3ce26e0e
2 changed files with 4 additions and 1 deletions

View File

@ -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 which\n can be many minutes/execs later\n\n"
"Other stuff:\n"
" -T text - text banner to show on the screen\n"