improve message

This commit is contained in:
Joey Hess 2018-09-02 16:17:50 -04:00
parent d0ef049cca
commit d65a081f3f
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -85,7 +85,7 @@ perform opts cache url = do
showOutput
ok <- and <$> mapM (performDownload opts cache) l
unless ok $
feedProblem url "problem downloading item"
feedProblem url "problem downloading some item(s) from feed"
next $ cleanup url True
cleanup :: URLString -> Bool -> CommandCleanup