diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-12-06 23:42:59 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-12-06 23:42:59 +0000 |
commit | 92372b156afd945d2a7736844aae22febdd95016 (patch) | |
tree | 4086c286aaed4b6ae5b6aa96abe2ae789d60273a /src/or/config.c | |
parent | c414de953bf73f5793dfbba224dadf52023c3234 (diff) | |
download | tor-92372b156afd945d2a7736844aae22febdd95016.tar.gz tor-92372b156afd945d2a7736844aae22febdd95016.zip |
r16995@catbus: nickm | 2007-12-06 18:42:53 -0500
patch from steve: replace more tor.eff.org instances with torproject.org
svn:r12707
Diffstat (limited to 'src/or/config.c')
-rw-r--r-- | src/or/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/config.c b/src/or/config.c index 86a642ffa7..a218a86947 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -1901,7 +1901,7 @@ print_usage(void) printf( "Copyright 2001-2007 Roger Dingledine, Nick Mathewson.\n\n" "tor -f <torrc> [args]\n" -"See man page for options, or http://tor.eff.org/ for documentation.\n"); +"See man page for options, or http://www.torproject.org/ for documentation.\n"); } /** Print all non-obsolete torrc options. */ |