diff --git a/bin/cqlsh b/bin/cqlsh index 0b0d6f8d6d..9df42bc956 100755 --- a/bin/cqlsh +++ b/bin/cqlsh @@ -250,7 +250,7 @@ cqlsh_extra_syntax_rules = r''' ::= "DEBUG" "THINGS"? ; - ::= ( "HELP" | "?" ) [topic]=( | )* + ::= ( "HELP" | "?" ) [topic]=( /[a-z_]*/ )* ; ::= "TRACING" ( switch=( "ON" | "OFF" ) )?