diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-05-10 17:43:50 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-05-10 17:43:50 -0400 |
commit | d4927c79da361a2a09546812b23dfbf222476e5a (patch) | |
tree | b2bb74a6289b66370aab4c825143e5a06f6fcdd4 | |
parent | 90c3fd95288b30060b67cb52ac17251f0ce3075c (diff) |
typo
-rw-r--r-- | doc/encryption.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/encryption.mdwn b/doc/encryption.mdwn index f3b63fb24..e8d150cd8 100644 --- a/doc/encryption.mdwn +++ b/doc/encryption.mdwn @@ -99,7 +99,7 @@ has access to the gpg public keys store files in the special remote. But, only owners of the corresponding private keys can retrieve the files from the special remote. - git annex initremote newremote type=... [encryption=hybrid] keyid=KEYID ... + git annex initremote newremote type=... encryption=sharedpubkey keyid=KEYID ... This might be useful if you want to let others drop off files for you in a special remote, so that only you can access them. |