diff options
author | http://nicolas-schodet.myopenid.com/ <http://nicolas-schodet.myopenid.com/@web> | 2013-06-26 20:25:17 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-06-26 20:25:17 +0000 |
commit | aa0cf99fe2b51879ae58f5c77a523f28ad4864d5 (patch) | |
tree | 94aec48b4b274cb5fa79796e10fdb25db14af124 /doc/git-annex.mdwn | |
parent | d6c1eeec1f8a0aad6aa928fa344bd3bab8b524b3 (diff) |
Replace initremote with enableremote in example
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r-- | doc/git-annex.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index f0da25e14..7d77d8b71 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -274,7 +274,7 @@ subdirectories). set when using initremote. For example, to add a new gpg key to the keys that can access an encrypted remote: - git annex initremote mys3 encryption=friend@example.com + git annex enableremote mys3 encryption=friend@example.com * trust [repository ...] |