You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ps...@apache.org on 2018/03/23 15:26:11 UTC

hbase git commit: HBASE-16848 Usage for show_peer_tableCFs command doesn't include peer

Repository: hbase
Updated Branches:
  refs/heads/master 64061f896 -> cd5a821c7


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/cd5a821c
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/cd5a821c
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/cd5a821c

Branch: refs/heads/master
Commit: cd5a821c75c77aa7f6070db78d852373b57c1185
Parents: 64061f8
Author: Peter Somogyi <ps...@apache.org>
Authored: Thu Mar 22 16:22:38 2018 +0100
Committer: Peter Somogyi <ps...@apache.org>
Committed: Fri Mar 23 16:25:56 2018 +0100

----------------------------------------------------------------------
 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/cd5a821c/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 0f3e78d..c7b3aab 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
         <<-EOF
   Show replicable table-cf config for the specified peer.
 
-    hbase> show_peer_tableCFs
+    hbase> show_peer_tableCFs '2'
   EOF
       end