aboutsummaryrefslogtreecommitdiff
path: root/Command/ImportFeed.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/ImportFeed.hs')
-rw-r--r--Command/ImportFeed.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/ImportFeed.hs b/Command/ImportFeed.hs
index d2989f05b..0a8122b25 100644
--- a/Command/ImportFeed.hs
+++ b/Command/ImportFeed.hs
@@ -72,7 +72,7 @@ seek o = do
start :: ImportFeedOptions -> Cache -> URLString -> CommandStart
start opts cache url = do
- showStart "importfeed" url
+ showStart' "importfeed" (Just url)
next $ perform opts cache url
perform :: ImportFeedOptions -> Cache -> URLString -> CommandPerform