Skip to content

Commit ae45508

Browse files
authored
Update -msg option description in s_client.cc
1 parent b9dc93a commit ae45508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool-openssl/s_client.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ static const argument_t kArguments[] = {
3535
{ "-tls1_3", kBooleanArgument,
3636
"Use TLS version 1.3 only." },
3737
{ "-msg", kBooleanArgument,
38-
"No-op, accepted for compatibility." },
38+
"Show protocol messages" },
3939
{ "-servername", kOptionalArgument,
4040
"Server name for SNI extension." },
4141
{ "", kOptionalArgument, "" },

0 commit comments

Comments
 (0)