diff --git a/Command/ImportFeed.hs b/Command/ImportFeed.hs index 6eda9afba4..a83c50384a 100644 --- a/Command/ImportFeed.hs +++ b/Command/ImportFeed.hs @@ -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)