Skip to content

Commit 6be582c

Browse files
Add aliases for encryption enable to match Enterprise options more closely
1 parent f91333d commit 6be582c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

TypeDBConsole.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -846,14 +846,14 @@ private static class CLIOptions implements Runnable {
846846
String password;
847847

848848
@CommandLine.Option(
849-
names = {"--tls-enabled"},
849+
names = {"--tls-enabled", "--encryption-enable"},
850850
description = "Whether to connect to TypeDB Enterprise with TLS encryption"
851851
)
852852
private boolean tlsEnabled;
853853

854854
@CommandLine.Option(
855-
names = {"--tls-root-ca"},
856-
description = "Path to the TLS root CA file"
855+
names = {"--tls-root-ca", "--encryption-root-ca"},
856+
description = "Path to the TLS encryption root CA file"
857857
)
858858
private @Nullable
859859
String tlsRootCA;

0 commit comments

Comments
 (0)