summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar http://m-f-k.myopenid.com/ <http://m-f-k.myopenid.com/@web>2011-03-06 16:32:16 +0000
committerGravatar admin <admin@branchable.com>2011-03-06 16:32:16 +0000
commit232553af01f4194c9e0e2f3f603740aa1e1c16cc (patch)
tree3f3d3dab611d487ca3e48936ab8a8b2f4dcdf378
parentaf870789827d7edb86872af3619857d51d9f80ea (diff)
be more clear about the rsync usage
-rw-r--r--doc/walkthrough/using_ssh_remotes.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/walkthrough/using_ssh_remotes.mdwn b/doc/walkthrough/using_ssh_remotes.mdwn
index 831746ac0..6af9e1f47 100644
--- a/doc/walkthrough/using_ssh_remotes.mdwn
+++ b/doc/walkthrough/using_ssh_remotes.mdwn
@@ -9,7 +9,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 (using `rsync`):
+Now you can get files and they will be transferred (using `rsync` via `ssh`):
# git annex get my_cool_big_file
get my_cool_big_file (getting UUID for origin...) (copying from origin...)