diff options
Diffstat (limited to 'doc/encryption.mdwn')
-rw-r--r-- | doc/encryption.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/encryption.mdwn b/doc/encryption.mdwn index 5349e8c7a..d93bee9d2 100644 --- a/doc/encryption.mdwn +++ b/doc/encryption.mdwn @@ -31,10 +31,10 @@ non-empty remote. The [[encryption_design|design/encryption]] allows additional encryption keys to be added on to a special remote later. Once a key is added, it is able to access content that has already been stored in the special remote. -To add a new key, just run `git annex initremote` again, specifying the +To add a new key, just run `git annex enableremote` specifying the new encryption key: - git annex initremote myremote encryption=788A3F4C + git annex enableremote myremote encryption=788A3F4C Note that once a key has been given access to a remote, it's not possible to revoke that access, short of deleting the remote. See |