We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9dc93a commit ae45508Copy full SHA for ae45508
tool-openssl/s_client.cc
@@ -35,7 +35,7 @@ static const argument_t kArguments[] = {
35
{ "-tls1_3", kBooleanArgument,
36
"Use TLS version 1.3 only." },
37
{ "-msg", kBooleanArgument,
38
- "No-op, accepted for compatibility." },
+ "Show protocol messages" },
39
{ "-servername", kOptionalArgument,
40
"Server name for SNI extension." },
41
{ "", kOptionalArgument, "" },
0 commit comments