diff options
Diffstat (limited to 'Command/ReKey.hs')
-rw-r--r-- | Command/ReKey.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/ReKey.hs b/Command/ReKey.hs index ea06873c4..df878a581 100644 --- a/Command/ReKey.hs +++ b/Command/ReKey.hs @@ -16,7 +16,7 @@ import qualified Command.Add import Logs.Web def :: [Command] -def = [command "rekey" +def = [notDirect $ command "rekey" (paramOptional $ paramRepeating $ paramPair paramPath paramKey) seek "change keys used for files"] |