diff options
Diffstat (limited to 'Command/ContentLocation.hs')
-rw-r--r-- | Command/ContentLocation.hs | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Command/ContentLocation.hs b/Command/ContentLocation.hs index be781b5e2..bca73f926 100644 --- a/Command/ContentLocation.hs +++ b/Command/ContentLocation.hs @@ -14,10 +14,11 @@ import Annex.Content cmd :: Command cmd = withOptions [batchOption] $ noCommit $ noMessages $ - command "contentlocation" (paramRepeating paramKey) seek - SectionPlumbing "looks up content for a key" + command "contentlocation" SectionPlumbing + "looks up content for a key" + (paramRepeating paramKey) (withParams seek) -seek :: CommandSeek +seek :: CmdParams -> CommandSeek seek = batchable withKeys start start :: Batchable Key |