From 78685ed173e34ad47a233173c4e7d1716a37aafd Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Tue, 12 Nov 2019 10:14:50 +1100 Subject: [PATCH] alphabetise delv's usage. --- bin/delv/delv.c | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/bin/delv/delv.c b/bin/delv/delv.c index fb14aa05ba..5896390bf3 100644 --- a/bin/delv/delv.c +++ b/bin/delv/delv.c @@ -160,43 +160,43 @@ usage(void) { " q-class is one of (in,hs,ch,...) [default: in]\n" " q-type is one of (a,any,mx,ns,soa,hinfo,axfr,txt,...) [default:a]\n" " q-opt is one of:\n" -" -x dot-notation (shortcut for reverse lookups)\n" -" -d level (set debugging level)\n" +" -4 (use IPv4 query transport only)\n" +" -6 (use IPv6 query transport only)\n" " -a anchor-file (specify root trust anchor)\n" " -b address[#port] (bind to source address/port)\n" +" -c class (option included for compatibility;\n" +" -d level (set debugging level)\n" +" -h (print help and exit)\n" +" -i (disable DNSSEC validation)\n" +" -m (enable memory usage debugging)\n" " -p port (specify port number)\n" " -q name (specify query name)\n" " -t type (specify query type)\n" -" -c class (option included for compatibility;\n" " only IN is supported)\n" -" -4 (use IPv4 query transport only)\n" -" -6 (use IPv6 query transport only)\n" -" -i (disable DNSSEC validation)\n" -" -m (enable memory usage debugging)\n" +" -v (print version and exit)\n" +" -x dot-notation (shortcut for reverse lookups)\n" " d-opt is of the form +keyword[=value], where keyword is:\n" " +[no]all (Set or clear all display flags)\n" " +[no]class (Control display of class)\n" +" +[no]comments (Control display of comment lines)\n" " +[no]crypto (Control display of cryptographic\n" " fields in records)\n" +" +[no]dlv (Obsolete)\n" +" +[no]dnssec (Display DNSSEC records)\n" +" +[no]mtrace (Trace messages received)\n" " +[no]multiline (Print records in an expanded format)\n" -" +[no]comments (Control display of comment lines)\n" +" +[no]root (DNSSEC validation trust anchor)\n" " +[no]rrcomments (Control display of per-record " "comments)\n" -" +[no]unknownformat (Print RDATA in RFC 3597 " - "\"unknown\" format)\n" +" +[no]rtrace (Trace resolver fetches)\n" " +[no]short (Short form answer)\n" " +[no]split=## (Split hex/base64 fields into chunks)\n" " +[no]tcp (TCP mode)\n" " +[no]ttl (Control display of ttls in records)\n" " +[no]trust (Control display of trust level)\n" -" +[no]rtrace (Trace resolver fetches)\n" -" +[no]mtrace (Trace messages received)\n" -" +[no]vtrace (Trace validation process)\n" -" +[no]dlv (Obsolete)\n" -" +[no]root (DNSSEC validation trust anchor)\n" -" +[no]dnssec (Display DNSSEC records)\n" -" -h (print help and exit)\n" -" -v (print version and exit)\n", +" +[no]unknownformat (Print RDATA in RFC 3597 " + "\"unknown\" format)\n" +" +[no]vtrace (Trace validation process)\n", stderr); exit(1); }