2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-01 06:55:30 +00:00

add +[no]yaml to usage()

This commit is contained in:
Mark Andrews
2019-11-12 10:04:33 +11:00
parent fdcd58d404
commit e98157b7fe
2 changed files with 3 additions and 1 deletions

View File

@@ -196,7 +196,8 @@ usage(void) {
" +[no]trust (Control display of trust level)\n" " +[no]trust (Control display of trust level)\n"
" +[no]unknownformat (Print RDATA in RFC 3597 " " +[no]unknownformat (Print RDATA in RFC 3597 "
"\"unknown\" format)\n" "\"unknown\" format)\n"
" +[no]vtrace (Trace validation process)\n", " +[no]vtrace (Trace validation process)\n"
" +[no]yaml (Present the results as YAML)\n",
stderr); stderr);
exit(1); exit(1);
} }

View File

@@ -239,6 +239,7 @@ help(void) {
" +[no]unknownformat (Print RDATA in RFC 3597 \"unknown\" " " +[no]unknownformat (Print RDATA in RFC 3597 \"unknown\" "
"format)\n" "format)\n"
" +[no]vc (TCP mode (+[no]tcp))\n" " +[no]vc (TCP mode (+[no]tcp))\n"
" +[no]yaml (Present the results as YAML)\n"
" +[no]zflag (Set Z flag in query)\n" " +[no]zflag (Set Z flag in query)\n"
" global d-opts and servers (before host name) affect all queries.\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" " local d-opts and servers (after host name) affect only that lookup.\n"