odps-auth: update

Change-Id: I7164568e8ee03ae503cf07cf6bbd5d370395e428
waldyrious/alt-syntax
程亦超(何兮) 2016-05-12 21:19:55 +08:00
parent 995fa02631
commit 18d901ba46
1 changed files with 3 additions and 3 deletions

View File

@ -4,15 +4,15 @@
- Show authorities of a user:
`show grants for {{account_name}};`
`show grants for {{user_name}};`
- Add user to current project:
`add user {{account_name}};`
`add user {{user_name}};`
- Grant a set of authorities to a user:
`grant {{action_list}} on {{object}} {{object_name}} to user {{account_name}};`
`grant {{action_list}} on {{object}} {{object_name}} to user {{user_name}};`
- Create a role: