quiet calls to transferkey

This commit is contained in:
Joey Hess 2012-09-24 13:36:05 -04:00
parent 3887432c54
commit 96b0e3d6e9
2 changed files with 6 additions and 2 deletions

View file

@ -74,6 +74,7 @@ startTransfer st dstatus program t info = case (transferRemote info, associatedF
where
params =
[ Param "transferkey"
, Param "--quiet"
, Param $ key2file $ transferKey t
, Param $ if isdownload
then "--from"