better wording

This commit is contained in:
Joey Hess 2021-11-17 12:48:28 -04:00
parent 7521f63665
commit 86fa460ce2
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -130,7 +130,7 @@ getCache :: Maybe String -> Annex Cache
getCache opttemplate = ifM (Annex.getState Annex.force)
( ret S.empty S.empty
, do
showStart "importfeed" "checking known urls" (SeekInput [])
showStart "importfeed" "gathering known urls" (SeekInput [])
(us, is) <- knownItems
showEndOk
ret (S.fromList us) (S.fromList is)