diff options
author | Joey Hess <joey@kitenet.net> | 2013-09-07 19:08:28 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-09-07 19:08:28 -0400 |
commit | 3efc4cc419675f5b2406c2439ca83747cbe5fb94 (patch) | |
tree | c23e56b7d624280d3878462ef8f741e651ab61c4 | |
parent | e1fe1cf1069a12e61ddbb20143fcd7e70b5a2f3d (diff) |
fix comment
-rw-r--r-- | Utility/Gpg.hs | 4 |
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. -} |