Added a BRO_DNS_FAKE message to the help output.

This commit is contained in:
Seth Hall 2011-01-19 10:35:27 -05:00
parent aa0691ba21
commit 3d9461eca1
3 changed files with 11 additions and 0 deletions

View file

@ -184,6 +184,7 @@ void usage()
fprintf(stderr, " $BROPATH | file search path (%s)\n", bro_path());
fprintf(stderr, " $BRO_PREFIXES | prefix list (%s)\n", bro_prefixes());
fprintf(stderr, " $BRO_DNS_FAKE | enable faked DNS query responses (%s)\n", bro_dns_fake());
exit(1);
}