diff options
author | Paul Spooren <mail@aparcar.org> | 2021-05-19 00:58:32 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2021-06-03 16:23:52 +0200 |
commit | 327b9f88486e67ade875780ea06dc8031fd70a49 (patch) | |
tree | 168f91ddacd9675bae9650f1c0f995003c9bcc0b | |
parent | ecaf8e8d082b48f186be0a096764f0442b546626 (diff) | |
download | busybox-w32-327b9f88486e67ade875780ea06dc8031fd70a49.tar.gz busybox-w32-327b9f88486e67ade875780ea06dc8031fd70a49.tar.bz2 busybox-w32-327b9f88486e67ade875780ea06dc8031fd70a49.zip |
nslookup: mention QUERY_TYPE SRV
SRV lookups are supported since "6b4960155 nslookup: implement support
for SRV records" and should therefore be mentioned as a possible
QUERY_TYPE in the help message.
Signed-off-by: Paul Spooren <mail@aparcar.org>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | networking/nslookup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/nslookup.c b/networking/nslookup.c index c43ad46f3..de7b5c0e7 100644 --- a/networking/nslookup.c +++ b/networking/nslookup.c | |||
@@ -25,7 +25,7 @@ | |||
25 | //usage:#define nslookup_full_usage "\n\n" | 25 | //usage:#define nslookup_full_usage "\n\n" |
26 | //usage: "Query DNS about HOST" | 26 | //usage: "Query DNS about HOST" |
27 | //usage: IF_FEATURE_NSLOOKUP_BIG("\n") | 27 | //usage: IF_FEATURE_NSLOOKUP_BIG("\n") |
28 | //usage: IF_FEATURE_NSLOOKUP_BIG("\nQUERY_TYPE: soa,ns,a,"IF_FEATURE_IPV6("aaaa,")"cname,mx,txt,ptr,any") | 28 | //usage: IF_FEATURE_NSLOOKUP_BIG("\nQUERY_TYPE: soa,ns,a,"IF_FEATURE_IPV6("aaaa,")"cname,mx,txt,ptr,srv,any") |
29 | //usage:#define nslookup_example_usage | 29 | //usage:#define nslookup_example_usage |
30 | //usage: "$ nslookup localhost\n" | 30 | //usage: "$ nslookup localhost\n" |
31 | //usage: "Server: default\n" | 31 | //usage: "Server: default\n" |