From 443a206d19c8805eab2bc461a923b3b17410ae69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A8=8B=E4=BA=A6=E8=B6=85=28=E4=BD=95=E5=85=AE=29?= Date: Sun, 15 May 2016 10:56:50 +0800 Subject: [PATCH] odps-auth: {{object}} to {{object_type}} Change-Id: Icbbd48ce29c3687cebae78dd1c965d85aae7aae1 --- pages/common/odps-auth.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/common/odps-auth.md b/pages/common/odps-auth.md index 16dba967ba..4d59656004 100644 --- a/pages/common/odps-auth.md +++ b/pages/common/odps-auth.md @@ -12,16 +12,16 @@ - Grant a set of authorities to a user: -`grant {{action_list}} on {{object}} {{object_name}} to user {{user_name}};` +`grant {{action_list}} on {{object_type}} {{object_name}} to user {{user_name}};` - Create a user role: `create role {{role_name}};` -- Grant a user role to a user: +- Grant a role to a user: `grant {{role_name}} to {{user_name}};` - Grant a set of authorities to a user role: -`grant {{action_list}} on {{object}} {{object_name}} to role {{role_name}};` +`grant {{action_list}} on {{object_type}} {{object_name}} to role {{role_name}};`