From a171b7feaff1ea4b0122ee73de2c836072738d64 Mon Sep 17 00:00:00 2001 From: Enis Soztutar Date: Mon, 1 May 2017 16:36:53 -0700 Subject: [PATCH] HBASE-17979 HBase Shell 'list' Command Help Doc Improvements (Hugo Louro) --- hbase-shell/src/main/ruby/shell/commands/list.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hbase-shell/src/main/ruby/shell/commands/list.rb b/hbase-shell/src/main/ruby/shell/commands/list.rb index f7a09878f24..dc3d1687ee7 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