Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 9B09B200C7D for ; Tue, 2 May 2017 03:52:52 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 99AE5160BC3; Tue, 2 May 2017 01:52:52 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 1226D160BC1 for ; Tue, 2 May 2017 03:52:51 +0200 (CEST) Received: (qmail 56660 invoked by uid 500); 2 May 2017 01:52:51 -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 56649 invoked by uid 99); 2 May 2017 01:52:50 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 May 2017 01:52:50 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 25F9CDF999; Tue, 2 May 2017 01:52:50 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: enis@apache.org To: commits@hbase.apache.org Date: Tue, 02 May 2017 01:52:51 -0000 Message-Id: <154ec8f230874a0d8b4c7fac2ec4948b@git.apache.org> In-Reply-To: <8c08e11d3d274367aac8100ce90659a1@git.apache.org> References: <8c08e11d3d274367aac8100ce90659a1@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] hbase git commit: HBASE-17979 HBase Shell 'list' Command Help Doc Improvements (Hugo Louro) archived-at: Tue, 02 May 2017 01:52:52 -0000 HBASE-17979 HBase Shell 'list' Command Help Doc Improvements (Hugo Louro) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/961bb732 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/961bb732 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/961bb732 Branch: refs/heads/branch-1 Commit: 961bb7325cbcac2a5cf9064e404e2c5141c543c7 Parents: 30c8b38 Author: Enis Soztutar Authored: Mon May 1 16:36:53 2017 -0700 Committer: Enis Soztutar Committed: Mon May 1 16:37:09 2017 -0700 ---------------------------------------------------------------------- hbase-shell/src/main/ruby/shell/commands/list.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/961bb732/hbase-shell/src/main/ruby/shell/commands/list.rb ---------------------------------------------------------------------- diff --git a/hbase-shell/src/main/ruby/shell/commands/list.rb b/hbase-shell/src/main/ruby/shell/commands/list.rb index dce0ae2..6b202a2 100644 --- a/hbase-shell/src/main/ruby/shell/commands/list.rb +++ b/hbase-shell/src/main/ruby/shell/commands/list.rb @@ -22,7 +22,7 @@ module Shell class List < Command def help return <<-EOF -List all tables in hbase. Optional regular expression parameter could +List all user tables in hbase. Optional regular expression parameter could be used to filter the output. Examples: hbase> list