From 86fa460ce25fe907fa8dbf2aa45ff1d2b802abc8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 17 Nov 2021 12:48:28 -0400 Subject: [PATCH] better wording --- Command/ImportFeed.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)