diff options
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r-- | doc/git-annex.mdwn | 6 |
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 ...] |