You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by mb...@apache.org on 2015/10/12 22:34:12 UTC

[3/3] hbase git commit: HBASE-14577 HBase shell help for scan and returning a column family has a typo

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

Signed-off-by: Matteo Bertozzi <ma...@cloudera.com>


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/2d37ad9d
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/2d37ad9d
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/2d37ad9d

Branch: refs/heads/0.98
Commit: 2d37ad9da2428b2fb6e44460866d1a7e6d34997e
Parents: 6ff9efa
Author: Dima Spivak <ds...@cloudera.com>
Authored: Wed Oct 7 20:01:41 2015 -0700
Committer: Matteo Bertozzi <ma...@cloudera.com>
Committed: Mon Oct 12 13:33:50 2015 -0700

----------------------------------------------------------------------
 hbase-shell/src/main/ruby/shell/commands/scan.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/2d37ad9d/hbase-shell/src/main/ruby/shell/commands/scan.rb
----------------------------------------------------------------------
diff --git a/hbase-shell/src/main/ruby/shell/commands/scan.rb b/hbase-shell/src/main/ruby/shell/commands/scan.rb
index bf367b0..2c34261 100644
--- a/hbase-shell/src/main/ruby/shell/commands/scan.rb
+++ b/hbase-shell/src/main/ruby/shell/commands/scan.rb
@@ -29,7 +29,7 @@ or COLUMNS, CACHE or RAW, VERSIONS
 
 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