diff options
author | Edznux <edznux@gmail.com> | 2020-10-07 19:44:02 +0200 |
---|---|---|
committer | Edznux <edznux@gmail.com> | 2020-10-07 19:44:02 +0200 |
commit | deab5a1532777df16aaf83bda2dc6cf757a8b49e (patch) | |
tree | 01d70724419ca10d6dd2754f367582209ecb75b6 /src | |
parent | 1fd2ffaf14efb3623ae01951ae0266e0f4f553f2 (diff) | |
download | afl++-deab5a1532777df16aaf83bda2dc6cf757a8b49e.tar.gz |
Add documentation/help for AFL_STATSD_TAGS_FLAVOR
Diffstat (limited to 'src')
-rw-r--r-- | src/afl-fuzz.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c index 0b38bdd8..c26e53b9 100644 --- a/src/afl-fuzz.c +++ b/src/afl-fuzz.c @@ -196,6 +196,8 @@ static void usage(u8 *argv0, int more_help) { "AFL_SKIP_CRASHES: during initial dry run do not terminate for crashing inputs\n" "AFL_STATSD_HOST: change default statsd host. (default 127.0.0.1)" "AFL_STATSD_PORT: change default statsd port (default: 8125)" + "AFL_STATSD_TAGS_FLAVOR: change default statsd tags format (default will disable tags)." + " Supported formats are: 'dogstatsd', 'librato', 'signalfx' and 'influxdb'" "AFL_TMPDIR: directory to use for input file generation (ramdisk recommended)\n" //"AFL_PERSISTENT: not supported anymore -> no effect, just a warning\n" //"AFL_DEFER_FORKSRV: not supported anymore -> no effect, just a warning\n" |