diff options
author | van Hauser <vh@thc.org> | 2024-02-08 14:51:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-08 14:51:13 +0100 |
commit | 48070e0148699fbd96dc9f4e5950565498d4ad43 (patch) | |
tree | df6d533f841779a80b0160b57fdbff9337ae015b /src/afl-fuzz-stats.c | |
parent | c23bbddde97d81fdb27351bade8f74fe71e49c21 (diff) | |
parent | 698f1e272b8738cd1145ed687861fa5664f14c9b (diff) | |
download | afl++-48070e0148699fbd96dc9f4e5950565498d4ad43.tar.gz |
Merge branch '420' into dev
Diffstat (limited to 'src/afl-fuzz-stats.c')
-rw-r--r-- | src/afl-fuzz-stats.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-fuzz-stats.c b/src/afl-fuzz-stats.c index 76577081..b6900506 100644 --- a/src/afl-fuzz-stats.c +++ b/src/afl-fuzz-stats.c @@ -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 { |