Skip to content

Commit

Permalink
Fix incorrect output of example in ACL DRYRUN (#2633)
Browse files Browse the repository at this point in the history
In redis/redis#10405, we will check arity first, so the example
output is wrong. And in redis/redis#11160, we changed the text.
  • Loading branch information
enjoy-binbin authored Dec 27, 2023
1 parent c8258cf commit 908c77d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commands/acl-dryrun.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ This command can be used to test the permissions of a given user without having
"OK"
> ACL DRYRUN VIRGINIA SET foo bar
"OK"
> ACL DRYRUN VIRGINIA GET foo bar
"This user has no permissions to run the 'GET' command"
> ACL DRYRUN VIRGINIA GET foo
"User VIRGINIA has no permissions to run the 'get' command"
```

0 comments on commit 908c77d

Please sign in to comment.