]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
add +[no]yaml to usage()
authorMark Andrews <marka@isc.org>
Mon, 11 Nov 2019 23:04:33 +0000 (10:04 +1100)
committerMark Andrews <marka@isc.org>
Fri, 22 Nov 2019 13:02:52 +0000 (00:02 +1100)
bin/delv/delv.c
bin/dig/dig.c

index 5896390bf353e92c1daf27e8d972e43c1f87676d..d62b8f7a137963bab23873ab12cb00ed06cd13a6 100644 (file)
@@ -196,7 +196,8 @@ usage(void) {
 "                 +[no]trust          (Control display of trust level)\n"
 "                 +[no]unknownformat  (Print RDATA in RFC 3597 "
                                        "\"unknown\" format)\n"
-"                 +[no]vtrace         (Trace validation process)\n",
+"                 +[no]vtrace         (Trace validation process)\n"
+"                 +[no]yaml           (Present the results as YAML)\n",
        stderr);
        exit(1);
 }
index 41a25bc343873b0d4f0cd597dd88423293f4bbd3..e8541aea643ea7b892f29e993a44a1749cdc1270 100644 (file)
@@ -239,6 +239,7 @@ help(void) {
 "                 +[no]unknownformat  (Print RDATA in RFC 3597 \"unknown\" "
                                        "format)\n"
 "                 +[no]vc             (TCP mode (+[no]tcp))\n"
+"                 +[no]yaml           (Present the results as YAML)\n"
 "                 +[no]zflag          (Set Z flag in query)\n"
 "        global d-opts and servers (before host name) affect all queries.\n"
 "        local d-opts and servers (after host name) affect only that lookup.\n"