Repository: hbase
Updated Branches:
  refs/heads/branch-1.3 3791d2e20 -> 42f5b2723


HBASE-16848 Usage for show_peer_tableCFs command doesn't include peer


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

Branch: refs/heads/branch-1.3
Commit: 42f5b2723f0035861ffc007f00feef3f8ec0d21e
Parents: 3791d2e
Author: Peter Somogyi <psomo...@apache.org>
Authored: Thu Mar 22 16:22:38 2018 +0100
Committer: Peter Somogyi <psomo...@apache.org>
Committed: Wed Mar 28 10:13:09 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/42f5b272/hbase-shell/src/main/ruby/shell/commands/show_peer_tableCFs.rb
----------------------------------------------------------------------
diff --git a/hbase-shell/src/main/ruby/shell/commands/show_peer_tableCFs.rb 
b/hbase-shell/src/main/ruby/shell/commands/show_peer_tableCFs.rb
index 3ce3d06..037630f 100644
--- a/hbase-shell/src/main/ruby/shell/commands/show_peer_tableCFs.rb
+++ b/hbase-shell/src/main/ruby/shell/commands/show_peer_tableCFs.rb
@@ -25,7 +25,7 @@ module Shell
           return <<-EOF
   Show replicable table-cf config for the specified peer.
 
-    hbase> show_peer_tableCFs
+    hbase> show_peer_tableCFs '2'
   EOF
       end
 

Reply via email to