diff options
author | vanhauser-thc <vh@thc.org> | 2023-07-28 15:18:12 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-07-28 15:18:12 +0200 |
commit | f87ba7ed6324e9d33c2b93da5103344d53218f2c (patch) | |
tree | 1aa237d320559379eebbf5e00d15dfad452c187f /docs/env_variables.md | |
parent | 57c9dfda1fabe150fad18d15ae3a49918c61fc19 (diff) | |
download | afl++-f87ba7ed6324e9d33c2b93da5103344d53218f2c.tar.gz |
doc fix
Diffstat (limited to 'docs/env_variables.md')
-rw-r--r-- | docs/env_variables.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/env_variables.md b/docs/env_variables.md index 0f0869d2..1f73bbdf 100644 --- a/docs/env_variables.md +++ b/docs/env_variables.md @@ -585,7 +585,8 @@ checks or alter some of the more exotic semantics of the tool: Note that this is not a compile time option but a runtime option :-) - Set `AFL_PIZZA_MODE` to 1 to enable the April 1st stats menu, set to -1 - to disable although it is 1st of April. + to disable although it is 1st of April. 0 is the default and means enable + on the 1st of April automatically. - If you need a specific interval to update fuzzer_stats file, you can set `AFL_FUZZER_STATS_UPDATE_INTERVAL` to the interval in seconds you'd |