From: Mark Andrews Date: Thu, 10 Jul 2014 06:19:33 +0000 (+1000) Subject: add +ednsopt to -h output X-Git-Tag: v9.11.0a1~1468 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=ccaee7760ffd5c6633398bfbf2a80ba0b26548a9;p=thirdparty%2Fbind9.git add +ednsopt to -h output --- diff --git a/bin/dig/dig.c b/bin/dig/dig.c index 5040f31b4d7..6aea48d9713 100644 --- a/bin/dig/dig.c +++ b/bin/dig/dig.c @@ -192,6 +192,8 @@ help(void) { " +ndots=### (Set NDOTS value)\n" " +subnet=addr (Set edns-client-subnet option)\n" " +[no]edns[=###] (Set EDNS version) [0]\n" +" +ednsopt=###[:value] (Send specified EDNS option)\n" +" +noednsopt (Clear list of +ednsopt options)\n" " +[no]search (Set whether to use searchlist)\n" " +[no]showsearch (Search with intermediate results)\n" " +[no]defname (Ditto)\n"