From 3c695786e6929d08cc642edb3ea91682f951a6d8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 20 Jan 2015 12:42:02 -0400 Subject: [PATCH] fix ld documentation which used initremote instead of enableremote --- doc/tips/using_Amazon_S3.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/tips/using_Amazon_S3.mdwn b/doc/tips/using_Amazon_S3.mdwn index ede3f952f7..d6f621786e 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.