From: Mark Andrews Date: Tue, 7 Jul 2015 23:20:49 +0000 (+1000) Subject: 4159. [cleanup] Alphabetize dig's help output. [RT #39966] X-Git-Tag: v9.11.0a1~675 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=6e7f5e8ad5e85edd28cca765c609620fba038035;p=thirdparty%2Fbind9.git 4159. [cleanup] Alphabetize dig's help output. [RT #39966] --- diff --git a/bin/dig/dig.c b/bin/dig/dig.c index 930fe3a1672..278421f51b8 100644 --- a/bin/dig/dig.c +++ b/bin/dig/dig.c @@ -161,8 +161,8 @@ help(void) { " d-opt is of the form +keyword[=value], where keyword is:\n" " +[no]aaflag (Set AA flag in query (+[no]aaflag))\n" " +[no]aaonly (Set AA flag in query (+[no]aaflag))\n" -" +[no]adflag (Set AD flag in query (default on))\n" " +[no]additional (Control display of additional section)\n" +" +[no]adflag (Set AD flag in query (default on))\n" " +[no]all (Set or clear all display flags)\n" " +[no]answer (Control display of answer section)\n" " +[no]authority (Control display of authority section)\n"