From 489e875a780612295cd3b1fe91d61d513dd81bd1 Mon Sep 17 00:00:00 2001 From: Peter Somogyi Date: Thu, 22 Mar 2018 16:22:38 +0100 Subject: [PATCH] HBASE-16848 Usage for show_peer_tableCFs command doesn't include peer --- hbase-shell/src/main/ruby/shell/commands/show_peer_tableCFs.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 0f3e78dde7e..c7b3aab4e47 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