diff options
Diffstat (limited to 'conf.c')
| -rw-r--r-- | conf.c | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -660,11 +660,10 @@ static void usage(const char *name, FILE *f, int status) " SPEC can be:\n" " 'none': don't forward any ports\n" " [ADDR[%%IFACE]/]PORTS: forward specific ports\n" - " PORTS is either 'all' (forward all unbound, non-ephemeral\n" - " ports), or a comma-separated list of ports, optionally\n" - " ranged with '-' and optional target ports after ':'.\n" - " Ranges can be reduced by excluding ports or ranges\n" - " prefixed by '~'.\n" + " PORTS is a comma-separated list of ports or port\n" + " ranges. 'all' indicates all unbound non-ephemeral\n" + " ports. Ranges can be reduced by excluding ports or\n" + " ranges prefixed by '~'.\n" "%s" " Examples:\n" " -t all Forward all ports\n" |
