diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-01-20 12:42:02 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-01-20 12:42:02 -0400 |
commit | 6fe6ea5e9eef2c4a284e5226263a3abb9b04564b (patch) | |
tree | 9f89f14c1b34871ac51bb396e499821c8933fbf7 | |
parent | dc5500273efc57fdb5382944417c8f028b1b86a9 (diff) |
fix ld documentation which used initremote instead of enableremote
-rw-r--r-- | doc/tips/using_Amazon_S3.mdwn | 4 |
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. |