Skip to content

Commit 7f549ea

Browse files
committed
create keyspace
1 parent ceb3c39 commit 7f549ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astra-shell/src/main/java/com/datastax/astra/shell/cmd/db/DbCqlShellCli.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public class DbCqlShellCli extends BaseCliCommand {
4040

4141
/** Cqlsh Options. */
4242
@Option(name = { "--version" },
43-
description = "Remove all colors in output")
43+
description = "Display information of cqlsh.")
4444
protected boolean cqlShOptionVersion = false;
4545

4646
/** Cqlsh Options. */

0 commit comments

Comments
 (0)