You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "dan jatnieks (JIRA)" <ji...@apache.org> on 2015/05/18 17:23:00 UTC

[jira] [Created] (CASSANDRA-9412) Cleanup cqlsh help text for Grant/Revoke

dan jatnieks created CASSANDRA-9412:
---------------------------------------

             Summary: Cleanup cqlsh help text for Grant/Revoke
                 Key: CASSANDRA-9412
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-9412
             Project: Cassandra
          Issue Type: Bug
          Components: Tools
            Reporter: dan jatnieks
            Assignee: Sam Tunnicliffe
            Priority: Trivial


Following up earlier discussion with Sam. The help text for Grant and Revoke in cqlsh displays the target as
{noformat}
TO [ROLE <rolename> | USER <username>]
{noformat}
but should be just
{noformat}
TO <roleOrUsername> 
{noformat}

There are also out of date comments in Cql.g on grantRoleStatement and revokeRoleStatement that indicate a {{ROLE}} keyword is used in these statements when that is no longer the case.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)