From 18d901ba4662c774c40bc5817ff9cc39dc06a371 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: Thu, 12 May 2016 21:19:55 +0800 Subject: [PATCH] odps-auth: update Change-Id: I7164568e8ee03ae503cf07cf6bbd5d370395e428 --- 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 0e918f2b2..162059583 100644 --- a/pages/common/odps-auth.md +++ b/pages/common/odps-auth.md @@ -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: