diff options
author | Joey Hess <joey@kitenet.net> | 2012-05-27 20:06:36 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-05-27 20:37:14 -0400 |
commit | f945c5231d0281c7161323d1d8905a0568f07da4 (patch) | |
tree | 5a43226f9d512a8d15fabcf2cf9df5c54096ad24 /doc/special_remotes | |
parent | 56468d41f292779dbdaac6c21a0b1938dcda1a68 (diff) |
format
Diffstat (limited to 'doc/special_remotes')
-rw-r--r-- | doc/special_remotes/rsync.mdwn | 2 |
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]]. |