diff options
author | Joey Hess <joey@kitenet.net> | 2012-09-21 23:25:06 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-09-21 23:25:06 -0400 |
commit | c048add74dc91609e98e3513b0d167c5c7c9048c (patch) | |
tree | 7ebd020d494e43c9eb154a0390bf6b1101d1a4d6 /doc/git-annex-shell.mdwn | |
parent | ee8789e9d74e74bb453925d46d1b0eed904e323f (diff) |
hooked up git-annex-shell transferinfo
Finally done with progressbars!
Diffstat (limited to 'doc/git-annex-shell.mdwn')
-rw-r--r-- | doc/git-annex-shell.mdwn | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/git-annex-shell.mdwn b/doc/git-annex-shell.mdwn index 8256da0e3..e6ebe4287 100644 --- a/doc/git-annex-shell.mdwn +++ b/doc/git-annex-shell.mdwn @@ -46,14 +46,14 @@ first "/~/" or "/~user/" is expanded to the specified home directory. This runs rsync in server mode to transfer out the content of a key. -* transferinfo directory key uuid [file] +* transferinfo directory key This is typically run at the same time as sendkey is sending a key - to the remote with the specified uuid. + to the remote. Using it is optional, but is used to update + progress information for the transfer of the key. It reads lines from standard input, each giving the number of bytes - that have been received so far. This is optional, but is used to update - progress information for the transfer of the key. + that have been received so far. * commit directory |