aboutgitcodebugslistschat
path: root/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/conf.c b/conf.c
index c4a36de..043fcf1 100644
--- a/conf.c
+++ b/conf.c
@@ -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"