diff --git a/Command/SetKey.hs b/Command/SetKey.hs index 546bd8e2d0..b000a4e8bf 100644 --- a/Command/SetKey.hs +++ b/Command/SetKey.hs @@ -16,7 +16,7 @@ import Content import Messages command :: [Command] -command = [repoCommand "setkey" (paramRepeating paramKey) seek +command = [repoCommand "setkey" (paramPath) seek "sets annexed content for a key using a temp file"] seek :: [CommandSeek]