mirror of https://github.com/apache/cassandra
cqlsh: fix help topics
Patch by Aleksey Yeschenko, reviewed by brandonwilliams for CASSANDRA-4811
This commit is contained in:
parent
e4fc1ebbad
commit
77573c5997
|
|
@ -246,7 +246,7 @@ cqlsh_extra_syntax_rules = r'''
|
||||||
<debugCommand> ::= "DEBUG" "THINGS"?
|
<debugCommand> ::= "DEBUG" "THINGS"?
|
||||||
;
|
;
|
||||||
|
|
||||||
<helpCommand> ::= ( "HELP" | "?" ) [topic]=( <identifier> | <stringLiteral> )*
|
<helpCommand> ::= ( "HELP" | "?" ) [topic]=( /[a-z_]*/ )*
|
||||||
;
|
;
|
||||||
|
|
||||||
<exitCommand> ::= "exit" | "quit"
|
<exitCommand> ::= "exit" | "quit"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue