From: Joey Hess Date: Wed, 10 Jan 2024 17:24:09 +0000 (-0400) Subject: update comment X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~29^2~57 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=478f0870d12632c1ef7c14790e505ceeba6e699c;p=git-annex.git update comment --- diff --git a/Utility/Gpg.hs b/Utility/Gpg.hs index 7a62066bb6..339326304b 100644 --- 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. -}