X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Finit.c;h=8f44cdb4f52709bebd5783002ccadad91c11e056;hp=17f9f9e6d7d38ef965a2e49f0192e94a1223e202;hb=1f0642848394f4873893207325d91c79007d2312;hpb=5db59de365d479c8796b97f6906b84e0e8f3b021 diff --git a/src/init.c b/src/init.c index 17f9f9e6..8f44cdb4 100644 --- a/src/init.c +++ b/src/init.c @@ -247,6 +247,7 @@ static const struct { { "secureprotocol", &opt.secure_protocol, cmd_spec_secure_protocol }, #endif { "serverresponse", &opt.server_response, cmd_boolean }, + { "showalldnsentries", &opt.show_all_dns_entries, cmd_boolean }, { "spanhosts", &opt.spanhost, cmd_boolean }, { "spider", &opt.spider, cmd_boolean }, { "strictcomments", &opt.strict_comments, cmd_boolean },