]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
update completions 12406/head
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Wed, 8 Mar 2023 13:25:55 +0000 (14:25 +0100)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Wed, 8 Mar 2023 13:25:55 +0000 (14:25 +0100)
contrib/_pdnsutil.zsh_completion
contrib/pdnsutil.bash_completion.d

index 6c7d67d760b04258c1ea7a7a8b2de80ac2c6dde2..f4d406075cb9014bec92b855ad1dc943f0dda522 100644 (file)
@@ -53,6 +53,7 @@
             'load-zone:Load ZONE from FILE, possibly creating zone or atomically replacing contents'
             'list-algorithms:List all DNSSEC algorithms supported, optionally also listing the crypto library used'
             'list-keys:List DNSSEC keys for ZONE. When ZONE is unset, display all keys for all active zones'
+            'list-member-zones:List all members of catalog zone CATALOG'
             'list-zone:List zone contents'
             'list-all-zones:List all active zone names'
             'list-tsig-keys:List all TSIG keys'
index f5554f22ac7c48f2fa555c9fc05d1d249dd1dea8..ad2a8afd56291d0abbfd626c705a56ba055c4015 100644 (file)
@@ -21,7 +21,7 @@ have pdnsutil && {
                               hash-zone-record increase-serial import-tsig-key import-zone-key load-zone list-algorithms list-keys list-zone list-all-zones
                               list-tsig-keys rectify-zone rectify-all-zones remove-zone-key replace-rrset secure-all-zones secure-zone set-kind set-nsec3 set-presigned
                               set-publish-cdnskey set-publish-cds set-meta show-zone unset-nsec3 unset-presigned unset-publish-cdnskey unset-publish-cds test-schema
-                              import-zone-key-pem export-zone-key-pem"
+                              import-zone-key-pem export-zone-key-pem list-member-zones"
     COMPREPLY=()
     cur="${COMP_WORDS[COMP_CWORD]}"
     prev="${COMP_WORDS[COMP_CWORD-1]}"