update print_usage to use new url

svn:r3267
This commit is contained in:
Roger Dingledine
2005-01-03 23:21:32 +00:00
parent a005509c9d
commit d7a0f1a629
+1 -1
View File
@@ -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");
}
/**