Update s_client and s_server documentation about some missing arguments
[openssl.git] / apps / s_client.c
index a407303a07b22300a77dae34b3730de22372dbba..cfd7cbd79d93596f7e1216cab3e404e64bcb78ba 100644 (file)
@@ -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