projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fd6c3f
)
typo fix (renote -> remote)
author
kdm9
<kdm9@web>
Tue, 16 Jan 2024 14:36:56 +0000
(14:36 +0000)
committer
admin
<admin@branchable.com>
Tue, 16 Jan 2024 14:36:56 +0000
(14:36 +0000)
doc/special_remotes/rsync.mdwn
patch
|
blob
|
history
diff --git
a/doc/special_remotes/rsync.mdwn
b/doc/special_remotes/rsync.mdwn
index e9f54dc6845e7d4e37965734eedd1192f2f097d5..4992a9c86fd77a7e6d18fa224bfa8c77b9aa0a78 100644
(file)
--- a/
doc/special_remotes/rsync.mdwn
+++ b/
doc/special_remotes/rsync.mdwn
@@
-58,4
+58,4
@@
To pass parameters to ssh/rsh, include the parameters after "rsh" or
"ssh". For example, to configure ssh to use the private key at
`/path/to/private/key`:
- git config re
n
ote.name.annex-rsync-transport "ssh -i /path/to/private/key"
+ git config re
m
ote.name.annex-rsync-transport "ssh -i /path/to/private/key"