diff options
Diffstat (limited to 'Command/ReKey.hs')
-rw-r--r-- | Command/ReKey.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Command/ReKey.hs b/Command/ReKey.hs index 2919a09e9..a203ab8d5 100644 --- a/Command/ReKey.hs +++ b/Command/ReKey.hs @@ -17,8 +17,8 @@ import Logs.Web import Logs.Location import Utility.CopyFile -def :: [Command] -def = [notDirect $ command "rekey" +cmd :: [Command] +cmd = [notDirect $ command "rekey" (paramOptional $ paramRepeating $ paramPair paramPath paramKey) seek SectionPlumbing "change keys used for files"] |