fix comment
This commit is contained in:
parent
f6e746c005
commit
b33bddd753
1 changed files with 1 additions and 3 deletions
|
@ -52,9 +52,7 @@ stdParams params = do
|
||||||
return $ defaults ++ toCommand params
|
return $ defaults ++ toCommand params
|
||||||
#endif
|
#endif
|
||||||
where
|
where
|
||||||
-- Be quiet, even about checking the trustdb. If the one of the
|
-- Be quiet, even about checking the trustdb.
|
||||||
-- default param is already present in 'params', don't include it
|
|
||||||
-- twice in the output list.
|
|
||||||
defaults = ["--quiet", "--trust-model", "always"]
|
defaults = ["--quiet", "--trust-model", "always"]
|
||||||
|
|
||||||
{- Usual options for symmetric / public-key encryption. -}
|
{- Usual options for symmetric / public-key encryption. -}
|
||||||
|
|
Loading…
Reference in a new issue