Skip to content

Commit

Permalink
Fix TLSv1.2 description
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasBrand committed Oct 6, 2023
1 parent 830b8da commit 676e7f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public class TlsOptions {
private @Nullable Collection<String> cipherSuites;

@CommandLine.Option(names = {"--tls-version"},
description = "The TLS protocol version to use (default: {'TLSv.1.2'})")
description = "The TLS protocol version to use (default: {'" + DEFAULT_TLS_VERSION + "'})")
private @Nullable Collection<String> supportedTLSVersions;

@SuppressWarnings("unused")
Expand Down

0 comments on commit 676e7f0

Please sign in to comment.