aboutsummaryrefslogtreecommitdiff
path: root/doc/git-annex.mdwn
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/git-annex.mdwn
parent235720d27e5c1044ddd8904d7140c9e8841e5715 (diff)
started on initremote
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r--doc/git-annex.mdwn6
1 files changed, 3 insertions, 3 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 ...]