projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
654f3b7
)
update comment
author
Joey Hess
<joeyh@joeyh.name>
Wed, 10 Jan 2024 17:24:09 +0000
(13:24 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Wed, 10 Jan 2024 17:24:09 +0000
(13:24 -0400)
Utility/Gpg.hs
patch
|
blob
|
history
diff --git
a/Utility/Gpg.hs
b/Utility/Gpg.hs
index 7a62066bb6b6cdde3b49f5e5d54a4f7a5334a4bd..339326304b1f1eb6cc4807049f1789b48ade0cde 100644
(file)
--- a/
Utility/Gpg.hs
+++ b/
Utility/Gpg.hs
@@
-260,7
+260,7
@@
secretKeys cmd = catchDefaultIO M.empty makemap
extract c k (_:rest) =
extract c k rest
-{- Generates a secret key
using the experimental batch mode
.
+{- Generates a secret key.
- The key is added to the secret key ring.
- Can take a very long time, depending on system entropy levels.
-}