diff options
Diffstat (limited to 'Command/ImportFeed.hs')
-rw-r--r-- | Command/ImportFeed.hs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Command/ImportFeed.hs b/Command/ImportFeed.hs index 4bc3f52f4..4be84375c 100644 --- a/Command/ImportFeed.hs +++ b/Command/ImportFeed.hs @@ -43,10 +43,10 @@ import Types.MetaData import Logs.MetaData import Annex.MetaData -cmd :: [Command] -cmd = [notBareRepo $ withOptions [templateOption, relaxedOption, rawOption] $ +cmd :: Command +cmd = notBareRepo $ withOptions [templateOption, relaxedOption, rawOption] $ command "importfeed" (paramRepeating paramUrl) seek - SectionCommon "import files from podcast feeds"] + SectionCommon "import files from podcast feeds" templateOption :: Option templateOption = fieldOption [] "template" paramFormat "template for filenames" |