about summary refs log tree commit diff
path: root/docs/env_variables.md
diff options
context:
space:
mode:
authorDominik Maier <domenukk@gmail.com>2021-05-17 18:30:37 +0200
committerDominik Maier <domenukk@gmail.com>2021-05-17 18:30:37 +0200
commitfa63f2652dbcc6016ff5cf4bd8ca0d14954ae769 (patch)
tree66030e5d4a722505346bf21e43467b1dc38c7d69 /docs/env_variables.md
parentccf739f8801c373fe2aa1bb709ffd697cfe2a3e6 (diff)
downloadafl++-fa63f2652dbcc6016ff5cf4bd8ca0d14954ae769.tar.gz
more documentation for AFL_EXIT_ON_TIME
Diffstat (limited to 'docs/env_variables.md')
-rw-r--r--docs/env_variables.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/env_variables.md b/docs/env_variables.md
index 99568146..c3efa0c0 100644
--- a/docs/env_variables.md
+++ b/docs/env_variables.md
@@ -285,8 +285,8 @@ checks or alter some of the more exotic semantics of the tool:
     convenient for some types of automated jobs.
 
   - `AFL_EXIT_ON_TIME` Causes afl-fuzz to terminate if no new paths were 
-    found within a specified period of time. May be convenient for some 
-    types of automated jobs.
+    found within a specified period of time (in seconds). May be convenient 
+    for some types of automated jobs.
 
   - `AFL_EXIT_ON_SEED_ISSUES` will restore the vanilla afl-fuzz behaviour
     which does not allow crashes or timeout seeds in the initial -i corpus.