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

This commit is contained in:
Peter Somogyi 2018-03-22 16:22:38 +01:00
parent 2a8e62f8ee
commit 9224cead86
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ module Shell
return <<-EOF return <<-EOF
Show replicable table-cf config for the specified peer. Show replicable table-cf config for the specified peer.
hbase> show_peer_tableCFs hbase> show_peer_tableCFs '2'
EOF EOF
end end