From 77573c59977cdfa55ffbbcbafdac092ae97936be Mon Sep 17 00:00:00 2001 From: Brandon Williams Date: Thu, 25 Oct 2012 05:50:40 -0500 Subject: [PATCH] cqlsh: fix help topics Patch by Aleksey Yeschenko, reviewed by brandonwilliams for CASSANDRA-4811 --- bin/cqlsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cqlsh b/bin/cqlsh index 1b282bd96f..22edde689e 100755 --- a/bin/cqlsh +++ b/bin/cqlsh @@ -246,7 +246,7 @@ cqlsh_extra_syntax_rules = r''' ::= "DEBUG" "THINGS"? ; - ::= ( "HELP" | "?" ) [topic]=( | )* + ::= ( "HELP" | "?" ) [topic]=( /[a-z_]*/ )* ; ::= "exit" | "quit"