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 <e...@apache.org>
Authored: Mon May 1 16:36:53 2017 -0700
Committer: Enis Soztutar <e...@apache.org>
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

Reply via email to