This commit is contained in:
vanhauser-thc
2024-02-04 16:16:32 +01:00
parent 34a3060b0f
commit 6d209ce045
2 changed files with 2 additions and 2 deletions

View File

@ -1112,7 +1112,7 @@ void show_stats_normal(afl_state_t *afl) {
} else if (likely(afl->skip_deterministic)) {
strcpy(tmp, "disabled (default, enable with -D)");
strcpy(tmp, "disabled (-z switch used)");
} else {