We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceb3c39 commit 7f549eaCopy full SHA for 7f549ea
astra-shell/src/main/java/com/datastax/astra/shell/cmd/db/DbCqlShellCli.java
@@ -40,7 +40,7 @@ public class DbCqlShellCli extends BaseCliCommand {
40
41
/** Cqlsh Options. */
42
@Option(name = { "--version" },
43
- description = "Remove all colors in output")
+ description = "Display information of cqlsh.")
44
protected boolean cqlShOptionVersion = false;
45
46
0 commit comments