From 80094e4503e699652efaaaa0ecb4fdf3cb5f04e2 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. (cherry picked from commit 4dcc855093f7f5c6d46a88a6aabea5f53a673018) --- bin/dig/dig.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/dig/dig.c b/bin/dig/dig.c index 694924c0f2..c23b96e7f6 100644 --- a/bin/dig/dig.c +++ b/bin/dig/dig.c @@ -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 "