From a81dd161f7d832e80c1e1d0802636a9de769645e Mon Sep 17 00:00:00 2001 From: Brian Wellington Date: Thu, 10 Aug 2000 15:45:54 +0000 Subject: [PATCH] The +cdflag and +adflag lines in the help text were duplicated. --- bin/dig/dig.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bin/dig/dig.c b/bin/dig/dig.c index 496d23e85f..c399b040e5 100644 --- a/bin/dig/dig.c +++ b/bin/dig/dig.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dig.c,v 1.85 2000/08/03 17:43:01 mws Exp $ */ +/* $Id: dig.c,v 1.86 2000/08/10 15:45:54 bwelling Exp $ */ #include #include @@ -165,8 +165,6 @@ show_usage(void) { " 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" " +[no]nssearch (Search all authorative nameservers)\n" " +[no]identify (ID responders in short answers)\n" " +[no]trace (Trace delegation down from root)\n"