]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
pullup:
authorAndreas Gustafsson <source@isc.org>
Wed, 12 Jul 2000 17:56:23 +0000 (17:56 +0000)
committerAndreas Gustafsson <source@isc.org>
Wed, 12 Jul 2000 17:56:23 +0000 (17:56 +0000)
Documentation changes in usage message.

bin/dig/dig.c

index 8f6234ba6159709c7ec98117ae314057c0b8b6d6..19146b0e80ea64336ce72e98655d14ce91e585ec 100644 (file)
@@ -15,7 +15,7 @@
  * SOFTWARE.
  */
 
-/* $Id: dig.c,v 1.51.2.3 2000/07/12 00:21:56 gson Exp $ */
+/* $Id: dig.c,v 1.51.2.4 2000/07/12 17:56:23 gson Exp $ */
 
 #include <config.h>
 #include <stdlib.h>
@@ -160,6 +160,8 @@ show_usage(void) {
 "                 +[no]defname        (Set whether to use default domaon)\n"
 "                 +[no]recursive      (Recursive mode)\n"
 "                 +[no]aaonly         (Set AA flag in query)\n"
+"                 +[no]adflag         (Set AD flag in query)\n"
+"                 +[no]cdflag         (Set CD flag in query)\n"
 "                 +[no]details        (Show details of all requests)\n"
 "                 +ndots=###          (Set NDOTS value)\n"
 "                 +[no]comments       (Control display of comment lines)\n"
@@ -169,6 +171,7 @@ show_usage(void) {
 "                 +[no]additional     (Control display of additional)\n"
 "                 +[no]short          (Disable everything except short\n"
 "                                      form of answer)\n"
+"                 +[no]all            (Set or clear all display flags)\n"
 "                 +qr                 (Print question before sending)\n"
 "                 +[no]cdflag         (Set or clear CD flag in query)\n"
 "                 +[no]adflag         (Set or clear AD flag in query)\n"