summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-07-04 16:13:44 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-07-04 16:13:44 -0400
commitd7ce51af5abd5c8582a31c39c3968597f5cae34e (patch)
treec8de7712fc014acca376b57acb8f15d7a3e31005
parent22a4f5b348c72a07fac99786613f6efc2eeb3b17 (diff)
fix usage for setkey
-rw-r--r--Command/SetKey.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/SetKey.hs b/Command/SetKey.hs
index 546bd8e2d..b000a4e8b 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]