From: Andreas Gustafsson Date: Tue, 15 Aug 2000 01:16:35 +0000 (+0000) Subject: pullup: X-Git-Tag: v9.0.0rc3~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d3178d1c4cbf71086d9da4c22f35f7485b24a66;p=thirdparty%2Fbind9.git pullup: The +cdflag and +adflag lines in the help text were duplicated. --- diff --git a/bin/dig/dig.c b/bin/dig/dig.c index f82193718be..a4367e38279 100644 --- a/bin/dig/dig.c +++ b/bin/dig/dig.c @@ -15,7 +15,7 @@ * SOFTWARE. */ -/* $Id: dig.c,v 1.51.2.5 2000/07/17 19:40:50 gson Exp $ */ +/* $Id: dig.c,v 1.51.2.6 2000/08/15 01:16:35 gson Exp $ */ #include #include @@ -173,8 +173,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"