Return-Path: X-Original-To: apmail-hbase-commits-archive@www.apache.org Delivered-To: apmail-hbase-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 B533398D4 for ; Wed, 28 Dec 2011 22:57:54 +0000 (UTC) Received: (qmail 39009 invoked by uid 500); 28 Dec 2011 22:57:54 -0000 Delivered-To: apmail-hbase-commits-archive@hbase.apache.org Received: (qmail 38989 invoked by uid 500); 28 Dec 2011 22:57:54 -0000 Mailing-List: contact commits-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list commits@hbase.apache.org Received: (qmail 38982 invoked by uid 99); 28 Dec 2011 22:57:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Dec 2011 22:57:54 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Dec 2011 22:57:52 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 25DC223888CD for ; Wed, 28 Dec 2011 22:57:31 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1225370 - /hbase/trunk/bin/hirb.rb Date: Wed, 28 Dec 2011 22:57:31 -0000 To: commits@hbase.apache.org From: larsh@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111228225731.25DC223888CD@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: larsh Date: Wed Dec 28 22:57:30 2011 New Revision: 1225370 URL: http://svn.apache.org/viewvc?rev=1225370&view=rev Log: HBASE-3924 Improve Shell's CLI help (Harsh J) Modified: hbase/trunk/bin/hirb.rb Modified: hbase/trunk/bin/hirb.rb URL: http://svn.apache.org/viewvc/hbase/trunk/bin/hirb.rb?rev=1225370&r1=1225369&r2=1225370&view=diff ============================================================================== --- hbase/trunk/bin/hirb.rb (original) +++ hbase/trunk/bin/hirb.rb Wed Dec 28 22:57:30 2011 @@ -51,9 +51,14 @@ end # See if there are args for this shell. If any, read and then strip from ARGV # so they don't go through to irb. Output shell 'usage' if user types '--help' cmdline_help = <