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>
This commit is contained in:
parent
ecaf8e8d08
commit
327b9f8848
@ -25,7 +25,7 @@
|
|||||||
//usage:#define nslookup_full_usage "\n\n"
|
//usage:#define nslookup_full_usage "\n\n"
|
||||||
//usage: "Query DNS about HOST"
|
//usage: "Query DNS about HOST"
|
||||||
//usage: IF_FEATURE_NSLOOKUP_BIG("\n")
|
//usage: IF_FEATURE_NSLOOKUP_BIG("\n")
|
||||||
//usage: IF_FEATURE_NSLOOKUP_BIG("\nQUERY_TYPE: soa,ns,a,"IF_FEATURE_IPV6("aaaa,")"cname,mx,txt,ptr,any")
|
//usage: IF_FEATURE_NSLOOKUP_BIG("\nQUERY_TYPE: soa,ns,a,"IF_FEATURE_IPV6("aaaa,")"cname,mx,txt,ptr,srv,any")
|
||||||
//usage:#define nslookup_example_usage
|
//usage:#define nslookup_example_usage
|
||||||
//usage: "$ nslookup localhost\n"
|
//usage: "$ nslookup localhost\n"
|
||||||
//usage: "Server: default\n"
|
//usage: "Server: default\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user