From 244bf0b3e404c07832ba5919a87aed1f865f0f54 Mon Sep 17 00:00:00 2001 From: Aram Sargsyan Date: Wed, 27 Jul 2022 15:48:01 +0000 Subject: [PATCH] DiG: document +qid= option in the usage summary The +qid= option, which sets the outgoing query ID, was missing from the usage summary printed using `dig -h` command. --- bin/dig/dig.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/dig/dig.c b/bin/dig/dig.c index 8d9c1f36e1..5452ec8e0e 100644 --- a/bin/dig/dig.c +++ b/bin/dig/dig.c @@ -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 "