about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-08-17 11:47:12 +0200
committervanhauser-thc <vh@thc.org>2023-08-17 11:47:12 +0200
commit8cf6a13eb7f0d56495baf92745fae3084dc2fb67 (patch)
treedb4b7056ea2035c1e6f091583c0af5a26011d754
parentc2c8e780a5d10fe7500ec9add0aa5b2cb081fe71 (diff)
downloadafl++-8cf6a13eb7f0d56495baf92745fae3084dc2fb67.tar.gz
add env var to help output
-rw-r--r--src/afl-fuzz.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c
index 93bcdccf..43834172 100644
--- a/src/afl-fuzz.c
+++ b/src/afl-fuzz.c
@@ -299,6 +299,7 @@ static void usage(u8 *argv0, int more_help) {
       "AFL_NO_FORKSRV: run target via execve instead of using the forkserver\n"
       "AFL_NO_SNAPSHOT: do not use the snapshot feature (if the snapshot lkm is loaded)\n"
       "AFL_NO_STARTUP_CALIBRATION: no initial seed calibration, start fuzzing at once\n"
+      "AFL_NO_WARN_INSTABILITY: no warn about instability issues on startup calibration\n"
       "AFL_NO_UI: switch status screen off\n"
       "AFL_NYX_AUX_SIZE: size of the Nyx auxiliary buffer. Must be a multiple of 4096.\n"
       "                  Increase this value in case the crash reports are truncated.\n"