summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-03-28 23:22:31 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-03-28 23:22:31 -0400
commitb1db436816b6b70ff0b9891bbc4a5468d9b895b3 (patch)
tree9515513e4143a7797734165d3e351f15366f808b /doc
parent235720d27e5c1044ddd8904d7140c9e8841e5715 (diff)
started on initremote
Diffstat (limited to 'doc')
-rw-r--r--doc/git-annex.mdwn6
-rw-r--r--doc/walkthrough/using_Amazon_S3.mdwn2
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn
index 4d1462394..0f548fa8a 100644
--- a/doc/git-annex.mdwn
+++ b/doc/git-annex.mdwn
@@ -132,17 +132,17 @@ Many git-annex commands will stage changes for later `git commit` by you.
by uuid. To change the description of the current repository, use
"."
-* initremote type name [param=value ...]
+* initremote name [param=value ...]
Sets up a [[special_remote|special_remotes]] of some type. The remote's
- configuration is configured by the parameters. If a remote
+ type and configuration is specified by the parameters. If a remote
with the specified name has already been configured, its configuration
is modified by any values specified. In either case, the remote will be
added added to `.git/config`.
Example Amazon S3 remote:
- initremote s3 mys3 type=S3 encryption=none datacenter=EU
+ initremote mys3 type=S3 encryption=none datacenter=EU
* fsck [path ...]
diff --git a/doc/walkthrough/using_Amazon_S3.mdwn b/doc/walkthrough/using_Amazon_S3.mdwn
index 38a6a6de5..a99746c95 100644
--- a/doc/walkthrough/using_Amazon_S3.mdwn
+++ b/doc/walkthrough/using_Amazon_S3.mdwn
@@ -9,7 +9,7 @@ First, export your S3 credentials:
Next, create the remote.
- git annex initremote s3 mys3 encryption=none
+ git annex initremote mys3 type=S3 encryption=none
initremote (creating bucket mys3-291d2fdc-5990-11e0-909a-002170d25c55...) ok
**Note that encrypted buckets are not (yet) supported. Data sent to S3