diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-05-10 17:41:31 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-05-10 17:41:31 -0400 |
commit | 90c3fd95288b30060b67cb52ac17251f0ce3075c (patch) | |
tree | 18cb51567df909283504f73856bf0fc2c1bb9537 | |
parent | 84738b0f0380da48ef62f136fa43c8cf6cc94190 (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 311511510..f3b63fb24 100644 --- a/doc/encryption.mdwn +++ b/doc/encryption.mdwn @@ -23,7 +23,7 @@ to disable encryption. To use encryption, you run * `git annex initremote newremote type=... encryption=hybrid keyid=KEYID ...` * `git annex initremote newremote type=... encryption=shared` * `git annex initremote newremote type=... encryption=pubkey keyid=KEYID ...` -* `git annex initremote newremote type=... encryption=sharedpubkey keyid=KEYID ...`` +* `git annex initremote newremote type=... encryption=sharedpubkey keyid=KEYID ...` ## hybrid encryption keys (encryption=hybrid) |