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:
Joey Hess 2022-07-05 15:34:49 -04:00
parent d01530ac21
commit 149d12f188
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
5 changed files with 17 additions and 2 deletions

View file

@ -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)