You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ap...@apache.org on 2015/10/01 21:06:46 UTC

[6/6] hbase git commit: HBASE-14494 Add missing commas on shell command usages

HBASE-14494 Add missing commas on shell command usages

Signed-off-by: Andrew Purtell <ap...@apache.org>

Conflicts:
	hbase-shell/src/main/ruby/shell/commands/delete_table_snapshots.rb
	hbase-shell/src/main/ruby/shell/commands/list_table_snapshots.rb


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/dd0a6014
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/dd0a6014
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/dd0a6014

Branch: refs/heads/0.98
Commit: dd0a6014d223d4caa398c4ebfcd82159c715bdd4
Parents: 0bec6ea
Author: Josh Elser <el...@apache.org>
Authored: Sat Sep 26 16:58:07 2015 -0400
Committer: Andrew Purtell <ap...@apache.org>
Committed: Thu Oct 1 12:06:15 2015 -0700

----------------------------------------------------------------------
 hbase-shell/src/main/ruby/shell/commands/grant.rb  | 2 +-
 hbase-shell/src/main/ruby/shell/commands/revoke.rb | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/dd0a6014/hbase-shell/src/main/ruby/shell/commands/grant.rb
----------------------------------------------------------------------
diff --git a/hbase-shell/src/main/ruby/shell/commands/grant.rb b/hbase-shell/src/main/ruby/shell/commands/grant.rb
index 4a995ff..7880026 100644
--- a/hbase-shell/src/main/ruby/shell/commands/grant.rb
+++ b/hbase-shell/src/main/ruby/shell/commands/grant.rb
@@ -22,7 +22,7 @@ module Shell
       def help
         return <<-EOF
 Grant users specific rights.
-Syntax : grant <user> <permissions> [<@namespace> [<table> [<column family> [<column qualifier>]]]
+Syntax : grant <user>, <permissions> [, <@namespace> [, <table> [, <column family> [, <column qualifier>]]]
 
 permissions is either zero or more letters from the set "RWXCA".
 READ('R'), WRITE('W'), EXEC('X'), CREATE('C'), ADMIN('A')

http://git-wip-us.apache.org/repos/asf/hbase/blob/dd0a6014/hbase-shell/src/main/ruby/shell/commands/revoke.rb
----------------------------------------------------------------------
diff --git a/hbase-shell/src/main/ruby/shell/commands/revoke.rb b/hbase-shell/src/main/ruby/shell/commands/revoke.rb
index 768989b..4a0d5ff 100644
--- a/hbase-shell/src/main/ruby/shell/commands/revoke.rb
+++ b/hbase-shell/src/main/ruby/shell/commands/revoke.rb
@@ -22,7 +22,7 @@ module Shell
       def help
         return <<-EOF
 Revoke a user's access rights.
-Syntax : revoke <user> [<@namespace> [<table> [<column family> [<column qualifier>]]]]
+Syntax : revoke <user> [, <@namespace> [, <table> [, <column family> [, <column qualifier>]]]]
 
 Note: Groups and users access are revoked in the same way, but groups are prefixed with an '@' 
       character. In the same way, tables and namespaces are specified, but namespaces are