diff options
author | vanhauser-thc <vh@thc.org> | 2024-06-04 14:47:58 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2024-06-04 14:48:02 +0200 |
commit | 2d9b793dbbe9288a1caa4459c280678179bb46c9 (patch) | |
tree | 41982737fe085d21675c11625e8b81d936d57fce /src/afl-fuzz.c | |
parent | 7f02f0da616cf2adf11c139e203c52442dbe52cd (diff) | |
download | afl++-2d9b793dbbe9288a1caa4459c280678179bb46c9.tar.gz |
AFL_NO_SYNC
Diffstat (limited to 'src/afl-fuzz.c')
-rw-r--r-- | src/afl-fuzz.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c index 70ab983c..0f6216c4 100644 --- a/src/afl-fuzz.c +++ b/src/afl-fuzz.c @@ -335,6 +335,7 @@ static void usage(u8 *argv0, int more_help) { "AFL_STATSD_PORT: change default statsd port (default: 8125)\n" "AFL_STATSD_TAGS_FLAVOR: set statsd tags format (default: disable tags)\n" " suported formats: dogstatsd, librato, signalfx, influxdb\n" + "AFL_NO_SYNC: disables all syncing\n" "AFL_SYNC_TIME: sync time between fuzzing instances (in minutes)\n" "AFL_FINAL_SYNC: sync a final time when exiting (will delay the exit!)\n" "AFL_NO_CRASH_README: do not create a README in the crashes directory\n" |