From ccaee7760ffd5c6633398bfbf2a80ba0b26548a9 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Thu, 10 Jul 2014 16:19:33 +1000 Subject: [PATCH] add +ednsopt to -h output --- bin/dig/dig.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/dig/dig.c b/bin/dig/dig.c index 5040f31b4d..6aea48d971 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"