[or-cvs] stop telling people that "tor -h" will help them in any way.
arma at seul.org
arma at seul.org
Mon May 8 04:28:52 UTC 2006
Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or
Modified Files:
main.c
Log Message:
stop telling people that "tor -h" will help them in any way.
Index: main.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/main.c,v
retrieving revision 1.643
retrieving revision 1.644
diff -u -p -d -r1.643 -r1.644
--- main.c 25 Apr 2006 07:00:04 -0000 1.643
+++ main.c 8 May 2006 04:28:49 -0000 1.644
@@ -1468,8 +1468,7 @@ tor_init(int argc, char *argv[])
atexit(exit_function);
if (options_init_from_torrc(argc,argv) < 0) {
- log_err(LD_CONFIG,"Reading config failed--see warnings above. "
- "For usage, try -h.");
+ log_err(LD_CONFIG,"Reading config failed--see warnings above.");
return -1;
}
More information about the tor-commits
mailing list