fix comment

This commit is contained in:
Joey Hess 2013-09-07 19:08:28 -04:00
parent f6e746c005
commit b33bddd753

View file

@ -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. -}