stop telling people that "tor -h" will help them in any way.

svn:r6447
This commit is contained in:
Roger Dingledine 2006-05-08 04:28:49 +00:00
parent 0ee6dbea07
commit 27624a3024

View File

@ -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;
}