[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] update print_usage to use new url
Update of /home2/or/cvsroot/tor/src/or
In directory moria.mit.edu:/home2/arma/work/onion/cvs/tor/src/or
Modified Files:
config.c
Log Message:
update print_usage to use new url
Index: config.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/config.c,v
retrieving revision 1.290
retrieving revision 1.291
diff -u -d -r1.290 -r1.291
--- config.c 3 Jan 2005 17:53:20 -0000 1.290
+++ config.c 3 Jan 2005 23:21:32 -0000 1.291
@@ -871,7 +871,7 @@
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");
}
/**