diff --git a/modules/rbac-creating-local-role.adoc b/modules/rbac-creating-local-role.adoc index 0ab53851d6..b58a488069 100644 --- a/modules/rbac-creating-local-role.adoc +++ b/modules/rbac-creating-local-role.adoc @@ -17,10 +17,13 @@ $ oc create role --verb= --resource= -n ---- + In this command, specify: ++ +-- * ``, the local role's name * ``, a comma-separated list of the verbs to apply to the role * ``, the resources that the role applies to * ``, the project name +-- + For example, to create a local role that allows a user to view pods in the `blue` project, run the following command: