store from and to repositories separately

This commit is contained in:
Joey Hess 2010-10-23 12:35:10 -04:00
commit 2fbbbd34bc
2 changed files with 5 additions and 3 deletions

View file

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