correct comment
authorJoey Hess <joeyh@joeyh.name>
Wed, 10 Jan 2024 19:59:16 +0000 (15:59 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 10 Jan 2024 19:59:16 +0000 (15:59 -0400)
Utility/Gpg.hs

index 339326304b1f1eb6cc4807049f1789b48ade0cde..54521fbedf11d5ca8d27fc648220f81c19cbb36a 100644 (file)
@@ -147,8 +147,8 @@ pipeStrict' (GpgCmd cmd) params environ input = do
                forceSuccessProcess p pid `after` B.hGetContents from
        go _ _ _ _ _ = error "internal"
 
-{- Runs gpg with some parameters. First sends it a passphrase (unless it
- - is empty) via '--passphrase-fd'. Then runs a feeder action that is
+{- Runs gpg with some parameters. First sends it a passphrase via
+ - '--passphrase-fd'. Then runs a feeder action that is
  - passed a handle and should write to it all the data to input to gpg.
  - Finally, runs a reader action that is passed a handle to gpg's
  - output.