]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: private key file
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 19 Nov 2025 18:43:43 +0000 (13:43 -0500)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Thu, 20 Nov 2025 12:32:42 +0000 (07:32 -0500)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
contrib/_pdnsutil.zsh_completion
pdns/pdnsutil.cc

index 575cf913d41d428c0cf6f1da50d8edb9ed79bcf4..3bf8c1bd42ced5928e4a096be09d36c8a57bbb06 100644 (file)
@@ -47,8 +47,8 @@
             'hash-zone-record:Calculate the NSEC3 hash for RNAME in ZONE'
             'increase-serial:Increases the SOA-serial by 1. Uses SOA-EDIT'
             'import-tsig-key:Import TSIG key'
-            'import-zone-key:Import from a file a private key, ZSK or KSK'
-            'import-zone-key-pem:Import from a file a private key in PEM, ZSK or KSK'
+            'import-zone-key:Import from a private key file, ZSK or KSK'
+            'import-zone-key-pem:Import from a private key file in PEM, ZSK or KSK'
             'ipdecrypt:Decrypt IP address using passphrase or base64 key'
             'ipencrypt:Encrypt IP address using passphrase or base64 key'
             'load-zone:Load ZONE from FILE, possibly creating zone or atomically replacing contents'
index fc7c58b09e9ee4cbeade5b539027ba909263b5fe..ef3aab064987a0bbb2db7e7058909ac73db5d07f 100644 (file)
@@ -489,7 +489,7 @@ static const groupCommandDispatcher zoneKeyCommands{
     "\tGenerate a ZSK or KSK to stdout with specified ALGORITHM and BITS"}},
    {"import-key", {true, importZoneKey,
     "ZONE FILE [active|inactive] [ksk|zsk] [published|unpublished]",
-    "\tImport from a file a private key, ZSK or KSK; defaults to KSK, active\n"
+    "\tImport from a private key file, ZSK or KSK; defaults to KSK, active\n"
     "\tand published"}},
    {"import-key-pem", {true, importZoneKeyPEM,
     "ZONE FILE ALGORITHM [ksk|zsk]}",