HBASE-14577 HBase shell help for scan and returning a column family has a typo

Signed-off-by: Matteo Bertozzi <matteo.bertozzi@cloudera.com>
This commit is contained in:
Dima Spivak 2015-10-07 20:01:41 -07:00 committed by Matteo Bertozzi
parent 6db1134cb7
commit 04bdf97311
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ MAXLENGTH or COLUMNS, CACHE or RAW, VERSIONS, ALL_METRICS or METRICS
If no columns are specified, all columns will be scanned.
To scan all members of a column family, leave the qualifier empty as in
'col_family:'.
'col_family'.
The filter can be specified in two ways:
1. Using a filterString - more information on this is available in the