diff options
Diffstat (limited to 'Command/Dead.hs')
-rw-r--r-- | Command/Dead.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Command/Dead.hs b/Command/Dead.hs index f9e5c2e27..c19812b73 100644 --- a/Command/Dead.hs +++ b/Command/Dead.hs @@ -11,8 +11,8 @@ import Command import Types.TrustLevel import Command.Trust (trustCommand) -def :: [Command] -def = [command "dead" (paramRepeating paramRemote) seek +cmd :: [Command] +cmd = [command "dead" (paramRepeating paramRemote) seek SectionSetup "hide a lost repository"] seek :: CommandSeek |