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:
@@ -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);
|
||||||
}
|
}
|
||||||
|
@@ -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"
|
||||||
|
Reference in New Issue
Block a user