better wording
This commit is contained in:
parent
7521f63665
commit
86fa460ce2
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue