fix usage for setkey
This commit is contained in:
parent
22a4f5b348
commit
d7ce51af5a
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ import Content
|
||||||
import Messages
|
import Messages
|
||||||
|
|
||||||
command :: [Command]
|
command :: [Command]
|
||||||
command = [repoCommand "setkey" (paramRepeating paramKey) seek
|
command = [repoCommand "setkey" (paramPath) seek
|
||||||
"sets annexed content for a key using a temp file"]
|
"sets annexed content for a key using a temp file"]
|
||||||
|
|
||||||
seek :: [CommandSeek]
|
seek :: [CommandSeek]
|
||||||
|
|
Loading…
Reference in a new issue