Skip to content

Commit a4cd4c6

Browse files
authored
fixing command according to description and results (#417) (#421)
Cherry-picked from #417
1 parent 927cff9 commit a4cd4c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/ROOT/pages/access-control/manage-roles.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ The roles assigned to each user can be seen in the list provided by `SHOW USERS`
491491

492492
[source, cypher, role=noplay]
493493
----
494-
SHOW ROLES
494+
SHOW USERS
495495
----
496496

497497
.Result
@@ -545,7 +545,7 @@ GRANT ROLES role1, role2 TO user1, user2, user3
545545

546546
[source, cypher, role=noplay]
547547
----
548-
SHOW ROLES
548+
SHOW USERS
549549
----
550550

551551
.Result
@@ -605,7 +605,7 @@ The roles revoked from users can no longer be seen in the list provided by `SHOW
605605

606606
[source, cypher, role=noplay]
607607
----
608-
SHOW ROLES
608+
SHOW USERS
609609
----
610610

611611
.Result

0 commit comments

Comments
 (0)