Sfoglia il codice sorgente

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 anni fa
parent
commit
a0b92cd800
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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