From c66de9ab78d5e37c863ab9f0d524e85cabf7c332 Mon Sep 17 00:00:00 2001 From: Lidia Zuin <102308961+lidiazuin@users.noreply.github.com> Date: Wed, 15 Feb 2023 12:31:33 +0100 Subject: [PATCH] fixing command according to description and results (#417) --- modules/ROOT/pages/access-control/manage-roles.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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