mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
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]
This commit is contained in:
parent
aa051b7573
commit
a0b92cd800
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user