diff options
Diffstat (limited to 'Command/Whereis.hs')
-rw-r--r-- | Command/Whereis.hs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Command/Whereis.hs b/Command/Whereis.hs index cfcc8f224..54be0dd18 100644 --- a/Command/Whereis.hs +++ b/Command/Whereis.hs @@ -15,10 +15,10 @@ import Remote import Logs.Trust import Logs.Web -cmd :: [Command] -cmd = [noCommit $ withOptions (jsonOption : annexedMatchingOptions ++ keyOptions) $ +cmd :: Command +cmd = noCommit $ withOptions (jsonOption : annexedMatchingOptions ++ keyOptions) $ command "whereis" paramPaths seek SectionQuery - "lists repositories that have file content"] + "lists repositories that have file content" seek :: CommandSeek seek ps = do |