cqlsh: fix help topics Patch by Aleksey Yeschenko, reviewed by brandonwilliams for CASSANDRA-4811
Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/77573c59 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/77573c59 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/77573c59 Branch: refs/heads/trunk Commit: 77573c59977cdfa55ffbbcbafdac092ae97936be Parents: e4fc1eb Author: Brandon Williams <[email protected]> Authored: Thu Oct 25 05:50:40 2012 -0500 Committer: Brandon Williams <[email protected]> Committed: Thu Oct 25 05:50:40 2012 -0500 ---------------------------------------------------------------------- bin/cqlsh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/77573c59/bin/cqlsh ---------------------------------------------------------------------- diff --git a/bin/cqlsh b/bin/cqlsh index 1b282bd..22edde6 100755 --- a/bin/cqlsh +++ b/bin/cqlsh @@ -246,7 +246,7 @@ cqlsh_extra_syntax_rules = r''' <debugCommand> ::= "DEBUG" "THINGS"? ; -<helpCommand> ::= ( "HELP" | "?" ) [topic]=( <identifier> | <stringLiteral> )* +<helpCommand> ::= ( "HELP" | "?" ) [topic]=( /[a-z_]*/ )* ; <exitCommand> ::= "exit" | "quit"
