浏览代码

Fix brackets in tor-fw-helper help output.

Change nesting from [(]) to [()]. Formerly it made it look to me at
first glance that "internal port" was optional.

      [Trivial change; fixes #7767  --nickm]
David Fifield 11 年之前
父节点
当前提交
a0b92cd800
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/tools/tor-fw-helper/tor-fw-helper.c

+ 1 - 1
src/tools/tor-fw-helper/tor-fw-helper.c

@@ -100,7 +100,7 @@ usage(void)
           " [-T|--Test]\n"
           " [-v|--verbose]\n"
           " [-g|--fetch-public-ip]\n"
-          " [-p|--forward-port ([<external port>]:<internal port>])\n");
+          " [-p|--forward-port ([<external port>]:<internal port>)]\n");
 }
 
 /** Log commandline options to a hardcoded file <b>tor-fw-helper.log</b> in the