Reworded BRO_DNS_FAKE message.

This commit is contained in:
Seth Hall 2011-01-19 12:10:34 -05:00
parent 3d9461eca1
commit ceb1bc8ee0

View file

@ -184,7 +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());
fprintf(stderr, " $BRO_DNS_FAKE | disable DNS lookups (%s)\n", bro_dns_fake());
exit(1);
}