diff options
author | Roger Dingledine <arma@torproject.org> | 2006-05-08 04:28:49 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-05-08 04:28:49 +0000 |
commit | 27624a3024b45be71937295c6557f61cfd133878 (patch) | |
tree | c64dcaf9fa1add079a11a64f62bcc8b1b2cab525 | |
parent | 0ee6dbea0702413b6fe787f3a49a8241ee38f814 (diff) | |
download | tor-27624a3024b45be71937295c6557f61cfd133878.tar.gz tor-27624a3024b45be71937295c6557f61cfd133878.zip |
stop telling people that "tor -h" will help them in any way.
svn:r6447
-rw-r--r-- | src/or/main.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/or/main.c b/src/or/main.c index 347b0e5a5a..57d5f465e8 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -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; } |