diff --git a/examples/q/q.go b/examples/q/q.go index 11a4239f..308556f0 100644 --- a/examples/q/q.go +++ b/examples/q/q.go @@ -25,8 +25,8 @@ func main() { query := flag.Bool("question", false, "show question") short := flag.Bool("short", false, "abbreviate long DNSSEC records") check := flag.Bool("check", false, "check internal DNSSEC consistency") - anchor := flag.String("anchor", "", "use the DNSKEY in this file for interla DNSSEC consistency") -// tsig := flag.String("tsig", "", "tsig key, [hmac:]name:key") + anchor := flag.String("anchor", "", "use the DNSKEY in this file for interal DNSSEC consistency") + tsig := flag.String("tsig", "", "request tsig with key: [hmac:]name:key") port := flag.Int("port", 53, "port number to use") aa := flag.Bool("aa", false, "set AA flag in query") ad := flag.Bool("ad", false, "set AD flag in query")