diff options
author | Joey Hess <joey@kitenet.net> | 2010-12-02 17:56:25 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-12-02 17:56:25 -0400 |
commit | d1b5ef9565cfc5991a473985a36fe00c9384ece5 (patch) | |
tree | aee19cd96d8ef03e3915cb1191f5c4d37a27dcdb /doc/walkthrough.mdwn | |
parent | ece7481faad5ce5f040b684c4bd02a37f50a5ff0 (diff) |
update for rsync
Diffstat (limited to 'doc/walkthrough.mdwn')
-rw-r--r-- | doc/walkthrough.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/walkthrough.mdwn b/doc/walkthrough.mdwn index 2aa2478b3..9c8106d51 100644 --- a/doc/walkthrough.mdwn +++ b/doc/walkthrough.mdwn @@ -198,7 +198,7 @@ to clone the laptop's annex to it: # cd ~/annex # git annex init "my desktop" -Now you can get files and they will be transferred by `scp`: +Now you can get files and they will be transferred (using `rsync` or `scp`): # git annex get my_cool_big_file get my_cool_big_file (getting UUID for origin...) (copying from origin...) |