From e98157b7fe5961fb7de10c628d964fb3931ff3ef Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Tue, 12 Nov 2019 10:04:33 +1100 Subject: [PATCH] add +[no]yaml to usage() --- bin/delv/delv.c | 3 ++- bin/dig/dig.c | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/delv/delv.c b/bin/delv/delv.c index 5896390bf3..d62b8f7a13 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 41a25bc343..e8541aea64 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"