From a22f9c84b468eed83c651cb5f2c68c7ad4103ffd Mon Sep 17 00:00:00 2001 From: EasySec Date: Sat, 12 Nov 2016 21:08:32 +0100 Subject: Update s_client and s_server documentation about some missing arguments Reviewed-by: Matt Caswell Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/1837) --- apps/s_client.c | 2 +- apps/s_server.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'apps') diff --git a/apps/s_client.c b/apps/s_client.c index a407303a07..cfd7cbd79d 100644 --- a/apps/s_client.c +++ b/apps/s_client.c @@ -567,7 +567,7 @@ const OPTIONS s_client_options[] = { {"proxy", OPT_PROXY, 's', "Connect to via specified proxy to the real server"}, #ifdef AF_UNIX - {"unix", OPT_UNIX, 's', "Connect over unix domain sockets"}, + {"unix", OPT_UNIX, 's', "Connect over the specified Unix-domain socket"}, #endif {"4", OPT_4, '-', "Use IPv4 only"}, #ifdef AF_INET6 diff --git a/apps/s_server.c b/apps/s_server.c index 985841352d..ee6631809c 100644 --- a/apps/s_server.c +++ b/apps/s_server.c @@ -684,7 +684,7 @@ const OPTIONS s_server_options[] = { {"port", OPT_PORT, 'p', "TCP/IP port to listen on for connections (default is " PORT ")"}, {"accept", OPT_ACCEPT, 's', - "TCP/IP optional host and port to accept on (default is " PORT ")"}, + "TCP/IP optional host and port to listen on for connections (default is *:" PORT ")"}, #ifdef AF_UNIX {"unix", OPT_UNIX, 's', "Unix domain socket to accept on"}, #endif -- cgit v1.2.3