summaryrefslogtreecommitdiff
path: root/Commands.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-23 12:35:10 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-23 12:35:10 -0400
commit2fbbbd34bcf8e925f84d96510eb063bdfbfe3f9b (patch)
tree887c87998c2cd4df03f08de3b405bfcb96487563 /Commands.hs
parentf4e2dde8a8ceaf689ec5391174b53cb1b213ea8b (diff)
store from and to repositories separately
Diffstat (limited to 'Commands.hs')
-rw-r--r--Commands.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Commands.hs b/Commands.hs
index cb923d5e5..8be930bcc 100644
--- a/Commands.hs
+++ b/Commands.hs
@@ -62,9 +62,9 @@ options = [
"specify default key-value backend to use"
, Option ['k'] ["key"] (ReqArg (storestring "key") "KEY")
"specify a key to use"
- , Option ['t'] ["to"] (ReqArg (storestring "repository") "REPOSITORY")
+ , Option ['t'] ["to"] (ReqArg (storestring "torepository") "REPOSITORY")
"specify a repository to transfer content to"
- , Option ['f'] ["from"] (ReqArg (storestring "repository") "REPOSITORY")
+ , Option ['f'] ["from"] (ReqArg (storestring "fromrepository") "REPOSITORY")
"specify a repository to transfer content from"
]
where