|
@@ -46,7 +46,7 @@ impl Options {
|
|
|
let mut opts = getopts::Options::new();
|
|
|
|
|
|
// Query options
|
|
|
- opts.optmulti("q", "query", "Host name or IP address to query", "HOST");
|
|
|
+ opts.optmulti("q", "query", "Host name or domain name to query", "HOST");
|
|
|
opts.optmulti("t", "type", "Type of the DNS record being queried (A, MX, NS...)", "TYPE");
|
|
|
opts.optmulti("n", "nameserver", "Address of the nameserver to send packets to", "ADDR");
|
|
|
opts.optmulti("", "class", "Network class of the DNS record being queried (IN, CH, HS)", "CLASS");
|