summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-01-20 12:42:02 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-01-20 12:42:02 -0400
commit6fe6ea5e9eef2c4a284e5226263a3abb9b04564b (patch)
tree9f89f14c1b34871ac51bb396e499821c8933fbf7 /doc
parentdc5500273efc57fdb5382944417c8f028b1b86a9 (diff)
fix ld documentation which used initremote instead of enableremote
Diffstat (limited to 'doc')
-rw-r--r--doc/tips/using_Amazon_S3.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tips/using_Amazon_S3.mdwn b/doc/tips/using_Amazon_S3.mdwn
index ede3f952f..d6f621786 100644
--- a/doc/tips/using_Amazon_S3.mdwn
+++ b/doc/tips/using_Amazon_S3.mdwn
@@ -24,8 +24,8 @@ repository use the same S3 remote is easy:
# cd /media/usb/annex
# git pull laptop
- # git annex initremote cloud
- initremote cloud (gpg) (checking bucket) ok
+ # git annex enableremote cloud
+ enableremote cloud (gpg) (checking bucket) ok
Now the remote can be used like any other remote.