diff options
Diffstat (limited to 'Command/InitRemote.hs')
-rw-r--r-- | Command/InitRemote.hs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Command/InitRemote.hs b/Command/InitRemote.hs index 7831fe22a..4bf5f5312 100644 --- a/Command/InitRemote.hs +++ b/Command/InitRemote.hs @@ -19,10 +19,10 @@ import Logs.Trust import Data.Ord -cmd :: [Command] -cmd = [command "initremote" +cmd :: Command +cmd = command "initremote" (paramPair paramName $ paramOptional $ paramRepeating paramKeyValue) - seek SectionSetup "creates a special (non-git) remote"] + seek SectionSetup "creates a special (non-git) remote" seek :: CommandSeek seek = withWords start |