mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 06:13:31 +01:00
stop telling people that "tor -h" will help them in any way.
svn:r6447
This commit is contained in:
parent
0ee6dbea07
commit
27624a3024
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user