HBASE-9130 Invert the name of namespace commands to match the snapshots and replication form

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1512858 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2013-08-11 02:58:23 +00:00
parent 1d4dfa8ddf
commit 428e70cf2f
1 changed files with 6 additions and 6 deletions

View File

@ -257,12 +257,12 @@ Shell.load_command_group(
'namespace',
:full_name => 'NAMESPACE MANAGEMENT COMMANDS',
:commands => %w[
namespace_create
namespace_drop
namespace_alter
namespace_describe
namespace_list
namespace_list_tables
create_namespace
drop_namespace
alter_namespace
describe_namespace
list_namespace
list_namespace_tables
]
)