Repository: hbase
Updated Branches:
  refs/heads/branch-1 30c8b3802 -> 961bb7325
  refs/heads/master 13b6fdf8a -> a171b7fea


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/a171b7fe
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/a171b7fe
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/a171b7fe

Branch: refs/heads/master
Commit: a171b7feaff1ea4b0122ee73de2c836072738d64
Parents: 13b6fdf
Author: Enis Soztutar <e...@apache.org>
Authored: Mon May 1 16:36:53 2017 -0700
Committer: Enis Soztutar <e...@apache.org>
Committed: Mon May 1 16:36:53 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/a171b7fe/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 f7a0987..dc3d168 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

Reply via email to