diff options
Diffstat (limited to 'Command/ReKey.hs')
-rw-r--r-- | Command/ReKey.hs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Command/ReKey.hs b/Command/ReKey.hs index 980b27f5a..319f3eda8 100644 --- a/Command/ReKey.hs +++ b/Command/ReKey.hs @@ -18,10 +18,10 @@ import Logs.Location import Utility.CopyFile import qualified Remote -cmd :: [Command] -cmd = [notDirect $ command "rekey" +cmd :: Command +cmd = notDirect $ command "rekey" (paramOptional $ paramRepeating $ paramPair paramPath paramKey) - seek SectionPlumbing "change keys used for files"] + seek SectionPlumbing "change keys used for files" seek :: CommandSeek seek = withPairs start |