From d71a90f777ce4ff191d4adeb884a686880b5d9f9 Mon Sep 17 00:00:00 2001 From: Nick Dimiduk Date: Fri, 11 Jul 2014 16:34:55 -0700 Subject: [PATCH] HBASE-11505 'snapshot' shell command shadows 'snapshot' shell when 'help' is invoked --- hbase-shell/src/main/ruby/shell.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hbase-shell/src/main/ruby/shell.rb b/hbase-shell/src/main/ruby/shell.rb index 62e0396..230445c 100644 --- a/hbase-shell/src/main/ruby/shell.rb +++ b/hbase-shell/src/main/ruby/shell.rb @@ -330,7 +330,7 @@ Shell.load_command_group( ) Shell.load_command_group( - 'snapshot', + 'snapshots', :full_name => 'CLUSTER SNAPSHOT TOOLS', :commands => %w[ snapshot -- 1.9.0