diff options
Diffstat (limited to 'Command/Whereis.hs')
-rw-r--r-- | Command/Whereis.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Command/Whereis.hs b/Command/Whereis.hs index 06a894fd3..7799af08c 100644 --- a/Command/Whereis.hs +++ b/Command/Whereis.hs @@ -13,8 +13,8 @@ import Command import Remote import Logs.Trust -command :: [Command] -command = [Command "whereis" paramPaths defaultChecks seek +def :: [Command] +def = [command "whereis" paramPaths seek "lists repositories that have file content"] seek :: [CommandSeek] |