diff options
Diffstat (limited to 'Command/EnableRemote.hs')
-rw-r--r-- | Command/EnableRemote.hs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Command/EnableRemote.hs b/Command/EnableRemote.hs index db3ec2b37..ccf6d9aab 100644 --- a/Command/EnableRemote.hs +++ b/Command/EnableRemote.hs @@ -15,10 +15,10 @@ import qualified Command.InitRemote as InitRemote import qualified Data.Map as M -cmd :: [Command] -cmd = [command "enableremote" +cmd :: Command +cmd = command "enableremote" (paramPair paramName $ paramOptional $ paramRepeating paramKeyValue) - seek SectionSetup "enables use of an existing special remote"] + seek SectionSetup "enables use of an existing special remote" seek :: CommandSeek seek = withWords start |