From: Mark Andrews Date: Mon, 11 Nov 2019 23:04:33 +0000 (+1100) Subject: add +[no]yaml to usage() X-Git-Tag: v9.15.7~78^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e98157b7fe5961fb7de10c628d964fb3931ff3ef;p=thirdparty%2Fbind9.git add +[no]yaml to usage() --- diff --git a/bin/delv/delv.c b/bin/delv/delv.c index 5896390bf35..d62b8f7a137 100644 --- a/bin/delv/delv.c +++ b/bin/delv/delv.c @@ -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); } diff --git a/bin/dig/dig.c b/bin/dig/dig.c index 41a25bc3438..e8541aea643 100644 --- a/bin/dig/dig.c +++ b/bin/dig/dig.c @@ -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"