HBASE-17979 HBase Shell 'list' Command Help Doc Improvements (Hugo Louro)
This commit is contained in:
parent
13b6fdf8ad
commit
a171b7feaf
|
@ -22,7 +22,7 @@ module Shell
|
||||||
class List < Command
|
class List < Command
|
||||||
def help
|
def help
|
||||||
return <<-EOF
|
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:
|
be used to filter the output. Examples:
|
||||||
|
|
||||||
hbase> list
|
hbase> list
|
||||||
|
|
Loading…
Reference in New Issue