浏览代码

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

svn:r6447
Roger Dingledine 19 年之前
父节点
当前提交
27624a3024
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      src/or/main.c

+ 1 - 2
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;
   }