]> granicus.if.org Git - pdns/commitdiff
docs: add ednssubnet option to sdig.1
authorPieter Lexis <pieter.lexis@powerdns.com>
Wed, 28 Oct 2015 11:13:01 +0000 (12:13 +0100)
committerPieter Lexis <pieter.lexis@powerdns.com>
Wed, 28 Oct 2015 11:13:06 +0000 (12:13 +0100)
docs/manpages/sdig.1.md
pdns/sdig.cc

index 1b04ad0f6df9bbfb55556965778a9ca2149a4edd..4e4d0166fa6e66685ba288912a21946b17d8f2c4 100644 (file)
@@ -28,3 +28,7 @@ showflags
 
 tcp
 :    Use TCP instead of UDP to send the query.
+
+ednssubnet *SUBNET*
+:    Send *SUBNET* in the edns-client-subnet option. If this option is not set,
+     no edns-client-subnet option is set in the query.
index c597385fb142701628a59cdbb818902e5b94f757..95e9bde2a9aeef7608c19ea9585c880f463637cc 100644 (file)
@@ -24,7 +24,7 @@ try
   reportAllTypes();
 
   if(argc < 5) {
-    cerr<<"Syntax: sdig IP-address port question question-type [dnssec] [recurse] [showflags] [hidesoadetails] [tcp] [ednssubnet subnet]\n";
+    cerr<<"Syntax: sdig IP-address port question question-type [dnssec] [recurse] [showflags] [hidesoadetails] [tcp] [ednssubnet SUBNET]\n";
     exit(EXIT_FAILURE);
   }