diff --git a/modules/ROOT/pages/access-control/manage-roles.adoc b/modules/ROOT/pages/access-control/manage-roles.adoc index edc504436..33043227e 100644 --- a/modules/ROOT/pages/access-control/manage-roles.adoc +++ b/modules/ROOT/pages/access-control/manage-roles.adoc @@ -604,7 +604,7 @@ The roles assigned to each user can be seen on the list provided by `SHOW USERS` [source, cypher, role=noplay] ---- -SHOW ROLES +SHOW USERS ---- .Result @@ -658,7 +658,7 @@ GRANT ROLES role1, role2 TO user1, user2, user3 [source, cypher, role=noplay] ---- -SHOW ROLES +SHOW USERS ---- .Result @@ -718,7 +718,7 @@ The roles revoked from users can no longer be seen on the list provided by `SHOW [source, cypher, role=noplay] ---- -SHOW ROLES +SHOW USERS ---- .Result