mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-09 01:30:39 -04:00
DiG: document +qid=<num> option in the usage summary
The +qid=<num> option, which sets the outgoing query ID, was missing from the usage summary printed using `dig -h` command. (cherry picked from commit 4dcc855093f7f5c6d46a88a6aabea5f53a673018)
This commit is contained in:
parent
78a14a5f07
commit
80094e4503
1 changed files with 2 additions and 0 deletions
|
|
@ -265,6 +265,8 @@ help(void) {
|
|||
"request)\n"
|
||||
" +padding=### (Set padding block size "
|
||||
"[0])\n"
|
||||
" +qid=### (Specify the query ID to "
|
||||
"use when sending queries)\n"
|
||||
" +[no]qr (Print question before "
|
||||
"sending)\n"
|
||||
" +[no]question (Control display of "
|
||||
|
|
|
|||
Loading…
Reference in a new issue