summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-05-27 20:06:36 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-05-27 20:37:14 -0400
commitf945c5231d0281c7161323d1d8905a0568f07da4 (patch)
tree5a43226f9d512a8d15fabcf2cf9df5c54096ad24
parent56468d41f292779dbdaac6c21a0b1938dcda1a68 (diff)
format
-rw-r--r--doc/special_remotes/rsync.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/special_remotes/rsync.mdwn b/doc/special_remotes/rsync.mdwn
index 286615460..273469258 100644
--- a/doc/special_remotes/rsync.mdwn
+++ b/doc/special_remotes/rsync.mdwn
@@ -16,7 +16,7 @@ These parameters can be passed to `git annex initremote` to configure rsync:
* `encryption` - Required. Either "none" to disable encryption of content
stored in rsync,
- or a value that can be looked up (using gpg -k) to find a gpg encryption
+ or a value that can be looked up (using `gpg -k`) to find a gpg encryption
key that will be given access to the remote. Note that additional gpg
keys can be given access to a remote by rerunning initremote with
the new key id. See [[encryption]].