support TCP/IPv6 address and UNIX domain socket path as rfc2217 server
This commit is contained in:
committed by
Kim Woelders
parent
f41067c3be
commit
9739087594
+3
-1
@@ -1172,7 +1172,9 @@ static void print_help(void)
|
||||
"\t-q\t\tBe quiet (suppress informational messages)\n"
|
||||
"\t-r\t\tDisable telnet processing\n"
|
||||
"\t-s delay \t\tDelay at close in ms (use u suffix for us)\n"
|
||||
"\t-S server, --server=host:port\n");
|
||||
"\t-S server, --server=host:port\n"
|
||||
"\t\t\t[ipv6addr]:port (connect via IPv6)\n"
|
||||
"\t\t\tunix:/path/to.socket (connect via UNIX domain socket)\n");
|
||||
}
|
||||
|
||||
static int
|
||||
|
||||
Reference in New Issue
Block a user