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
|
||||
#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. -}
|
||||
|
|
Loading…
Reference in a new issue