Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9BDCEDB15 for ; Thu, 25 Oct 2012 10:51:47 +0000 (UTC) Received: (qmail 24494 invoked by uid 500); 25 Oct 2012 10:51:47 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 24267 invoked by uid 500); 25 Oct 2012 10:51:47 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 24049 invoked by uid 99); 25 Oct 2012 10:51:46 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Oct 2012 10:51:46 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 2121C4F56F; Thu, 25 Oct 2012 10:51:46 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: brandonwilliams@apache.org To: commits@cassandra.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [3/3] git commit: cqlsh: fix help topics Patch by Aleksey Yeschenko, reviewed by brandonwilliams for CASSANDRA-4811 Message-Id: <20121025105146.2121C4F56F@tyr.zones.apache.org> Date: Thu, 25 Oct 2012 10:51:46 +0000 (UTC) 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/cassandra-1.1 Commit: 77573c59977cdfa55ffbbcbafdac092ae97936be Parents: e4fc1eb Author: Brandon Williams Authored: Thu Oct 25 05:50:40 2012 -0500 Committer: Brandon Williams 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''' ::= "DEBUG" "THINGS"? ; - ::= ( "HELP" | "?" ) [topic]=( | )* + ::= ( "HELP" | "?" ) [topic]=( /[a-z_]*/ )* ; ::= "exit" | "quit"