aboutsummaryrefslogtreecommitdiff
path: root/Utility
diff options
context:
space:
mode:
Diffstat (limited to 'Utility')
-rw-r--r--Utility/Gpg.hs4
1 files changed, 1 insertions, 3 deletions
diff --git a/Utility/Gpg.hs b/Utility/Gpg.hs
index c45b27276..a6b16fedd 100644
--- a/Utility/Gpg.hs
+++ b/Utility/Gpg.hs
@@ -52,9 +52,7 @@ stdParams params = do
return $ defaults ++ toCommand params
#endif
where
- -- Be quiet, even about checking the trustdb. If the one of the
- -- default param is already present in 'params', don't include it
- -- twice in the output list.
+ -- Be quiet, even about checking the trustdb.
defaults = ["--quiet", "--trust-model", "always"]
{- Usual options for symmetric / public-key encryption. -}