fix URI for rsync over ssh as per woffs' suggestion in #git-annex
This commit is contained in:
parent
4c35d58bfe
commit
d05198f2ee
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ gcrypt:
|
|||
To use a local git repository, use: `gitrepo=/path/to/repo`
|
||||
|
||||
For a git repository accessed using rsync over ssh, use:
|
||||
`gitrepo=rsync://user@host/path/to/repo`
|
||||
`gitrepo=rsync://user@host:/path/to/repo`
|
||||
|
||||
For a git repository accessed over ssh, and using git-annex-shell
|
||||
to transfer data, use:
|
||||
|
|
Loading…
Add table
Reference in a new issue