about summary refs log tree commit diff
path: root/Completion/Unix/Command/_dig
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Unix/Command/_dig')
-rw-r--r--Completion/Unix/Command/_dig11
1 files changed, 1 insertions, 10 deletions
diff --git a/Completion/Unix/Command/_dig b/Completion/Unix/Command/_dig
index a4e175808..5feb71fef 100644
--- a/Completion/Unix/Command/_dig
+++ b/Completion/Unix/Command/_dig
@@ -1,14 +1,5 @@
 #compdef dig
 
-_dns_types() {
-  local expl
-  _description dns-types expl 'DNS type'
-  compadd "$@" "$expl[@]" -M 'm:{a-z}={A-Z}' \
-      ANY A AAAA AFSDB APL AXFR CAA CDNSKEY CDS CERT CNAME DHCID DLV DNAME \
-      DNSKEY DS HIP HINFO IPSECKEY IXFR KEY KX LOC MX NAPTR NS NSEC NSEC3 \
-      NSEC3PARAM OPT PTR RRSIG RP SIG SOA SPF SRV SSHFP TA TKEY TLSA TSIG TXT
-}
-
 local curcontext="$curcontext" state line expl
 local -a alts args
 [[ -prefix + ]] && args=(
@@ -66,7 +57,7 @@ local -a alts args
   '*+'{no,}'besteffort[try to parse even malformed messages]'
   '*+'{no,}'dnssec[request DNSSEC records]'
   '*+'{no,}'sigchase[chase DNSSEC signature chains]'
-  '*+trusted-key=[specify file conrtaing trusted kets]:file:_files'
+  '*+trusted-key=[specify file containing trusted keys]:file:_files'
   '*+'{no,}'topdown[do DNSSEC validation in top down mode]'
   '*+'{no,}'nsid[include EDNS name server ID request in query]'
   '*+'{no,}'ttlid[display the TTL whening printing the record]'