Browse Source

update print_usage to use new url

svn:r3267
Roger Dingledine 19 years ago
parent
commit
d7a0f1a629
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/or/config.c

+ 1 - 1
src/or/config.c

@@ -871,7 +871,7 @@ print_usage(void)
   printf(
 "Copyright 2001-2004 Roger Dingledine, Nick Mathewson, Matej Pfajfar.\n\n"
 "tor -f <torrc> [args]\n"
-"See man page for options, or http://freehaven.net/tor/ for documentation.\n");
+"See man page for options, or http://tor.eff.org/ for documentation.\n");
 }
 
 /**