From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 19 Nov 2025 18:43:43 +0000 (-0500) Subject: spelling: private key file X-Git-Tag: rec-5.4.0-alpha1~61^2~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67f5560d4a091debcdde680e6b2cbf720f6a04f1;p=thirdparty%2Fpdns.git spelling: private key file Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/contrib/_pdnsutil.zsh_completion b/contrib/_pdnsutil.zsh_completion index 575cf913d4..3bf8c1bd42 100644 --- a/contrib/_pdnsutil.zsh_completion +++ b/contrib/_pdnsutil.zsh_completion @@ -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' diff --git a/pdns/pdnsutil.cc b/pdns/pdnsutil.cc index fc7c58b09e..ef3aab0649 100644 --- a/pdns/pdnsutil.cc +++ b/pdns/pdnsutil.cc @@ -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]}",