aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/property/gnupg.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/property/gnupg.lisp b/src/property/gnupg.lisp
index d551914..44a47f6 100644
--- a/src/property/gnupg.lisp
+++ b/src/property/gnupg.lisp
@@ -52,7 +52,7 @@ integer."
`(%public-key-imported ,fingerprint)))
(defprop secret-key-imported :posix (fingerprint)
- (:desc #?"PGP public key ${fingerprint} imported")
+ (:desc #?"PGP secret key ${fingerprint} imported")
(:preprocess (list (remove #\Space fingerprint)))
(:hostattrs (require-data "--pgp-seckey" fingerprint))
(:check