diff options
author | Joey Hess <joey@kitenet.net> | 2011-07-04 16:13:44 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-07-04 16:13:44 -0400 |
commit | d7ce51af5abd5c8582a31c39c3968597f5cae34e (patch) | |
tree | c8de7712fc014acca376b57acb8f15d7a3e31005 /Command | |
parent | 22a4f5b348c72a07fac99786613f6efc2eeb3b17 (diff) |
fix usage for setkey
Diffstat (limited to 'Command')
-rw-r--r-- | Command/SetKey.hs | 2 |
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] |