summaryrefslogtreecommitdiff
path: root/doc/walkthrough.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-12-31 19:11:18 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-12-31 19:11:18 -0400
commitf48658d4eeaa76062f412d4fec9cdfcecd7b0e9d (patch)
treee898b3ca5d41a855bb509a1d8f8d1d3acfd2ebe9 /doc/walkthrough.mdwn
parent700aed13cff27f9315df1209e0cd37d5e51f5390 (diff)
Now rsync is exclusively used for copying files to and from remotes. scp is not longer supported.
Diffstat (limited to 'doc/walkthrough.mdwn')
-rw-r--r--doc/walkthrough.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/walkthrough.mdwn b/doc/walkthrough.mdwn
index b486a4b1f..c2ae583f0 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 (using `rsync` or `scp`):
+Now you can get files and they will be transferred (using `rsync`):
# git annex get my_cool_big_file
get my_cool_big_file (getting UUID for origin...) (copying from origin...)