diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-19 16:51:57 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-19 16:51:57 -0400 |
commit | 29c7e4c431309d844f0fd7615c9cd30cff3cbe77 (patch) | |
tree | 6594f51789e6d22f3941f4f5f70e0431aa111100 /doc/git-annex.mdwn | |
parent | 5f87b41e27af4c5b148f843dbd5b496aa4ae0b32 (diff) |
update
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r-- | doc/git-annex.mdwn | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 987e78afb..44a7545b3 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -768,12 +768,6 @@ subdirectories). git annex dropkey SHA1-s10-7da006579dd64330eb2456001fd01948430572f2 -* `transferkeys` - - This plumbing-level command is used by the assistant to transfer data. - It is fed instructions about the keys to transfer using an internal - stdio protocol. - * `transferkey` This plumbing-level command is used to request a single key be @@ -781,6 +775,13 @@ subdirectories). the remote to use. A --file option can be used to hint at the file associated with the key. +* `transferkeys` + + This plumbing-level command is used by the assistant to transfer data. + It is fed instructions about the keys to transfer using an internal + stdio protocol, which is intentionally not documented (as it may change + at any time). + * `rekey [file key ...]` This plumbing-level command is similar to migrate, but you specify |