support --backend again in addurl and importfeed
Missed these two when converting from a global option. Sponsored-by: Dartmouth College's Datalad project
This commit is contained in:
parent
d01530ac21
commit
149d12f188
5 changed files with 17 additions and 2 deletions
|
@ -51,7 +51,7 @@ import qualified Annex.Branch
|
|||
import Logs
|
||||
|
||||
cmd :: Command
|
||||
cmd = notBareRepo $
|
||||
cmd = notBareRepo $ withAnnexOptions [backendOption] $
|
||||
command "importfeed" SectionCommon "import files from podcast feeds"
|
||||
(paramRepeating paramUrl) (seek <$$> optParser)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue