fix usage for setkey

This commit is contained in:
Joey Hess 2011-07-04 16:13:44 -04:00
parent 22a4f5b348
commit d7ce51af5a

View file

@ -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]