aboutsummaryrefslogtreecommitdiff
path: root/doc/git-remote-tor-annex.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-11-30 15:26:16 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-11-30 15:26:55 -0400
commitdeca4cd90ad599f859fc9efafe509ed7375c6f39 (patch)
treeb0b9ea6af4bbc1228deb8f444fe23049728be97a /doc/git-remote-tor-annex.mdwn
parentf14c412232808399c609e0dd484b8243af7daa3a (diff)
use P2P auth for git-remote-tor-annex
This changes the environment variable name to the more generic GIT_ANNEX_P2P_AUTHTOKEN. This commit was sponsored by andrea rota.
Diffstat (limited to 'doc/git-remote-tor-annex.mdwn')
-rw-r--r--doc/git-remote-tor-annex.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/git-remote-tor-annex.mdwn b/doc/git-remote-tor-annex.mdwn
index 63b459ed8..4e41de877 100644
--- a/doc/git-remote-tor-annex.mdwn
+++ b/doc/git-remote-tor-annex.mdwn
@@ -15,7 +15,7 @@ over tor(1), communicating with a tor hidden service.
The tor hidden service probably requires an authtoken to use it.
The authtoken can be provided in the environment variable
-`GIT_ANNEX_TOR_AUTHTOKEN`. Or, if there is a file in
+`GIT_ANNEX_P2P_AUTHTOKEN`. Or, if there is a file in
`.git/annex/creds/` matching the onion address of the hidden
service, its first line is used as the authtoken.