better wording
authorJoey Hess <joeyh@joeyh.name>
Wed, 17 Nov 2021 16:48:28 +0000 (12:48 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 17 Nov 2021 16:48:28 +0000 (12:48 -0400)
Command/ImportFeed.hs

index 6eda9afba454669ce408dc9d01f37d3529001f48..a83c50384afa64a2c7b2a474b4cf0cd3f79b5a3d 100644 (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)