]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
DiG: document +qid=<num> option in the usage summary
authorAram Sargsyan <aram@isc.org>
Wed, 27 Jul 2022 15:48:01 +0000 (15:48 +0000)
committerAram Sargsyan <aram@isc.org>
Thu, 28 Jul 2022 09:08:13 +0000 (09:08 +0000)
The +qid=<num> option, which sets the outgoing query ID, was missing
from the usage summary printed using `dig -h` command.

bin/dig/dig.c

index 8d9c1f36e1a68495be023e75df697efecdda4a29..5452ec8e0eb2186cb207407a4633abb83b049fad 100644 (file)
@@ -259,6 +259,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 "