summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/acl-list.md
diff options
context:
space:
mode:
Diffstat (limited to 'iredis/data/commands/acl-list.md')
-rw-r--r--iredis/data/commands/acl-list.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/iredis/data/commands/acl-list.md b/iredis/data/commands/acl-list.md
index 6d6be4f..e21e710 100644
--- a/iredis/data/commands/acl-list.md
+++ b/iredis/data/commands/acl-list.md
@@ -1,8 +1,8 @@
-The command shows the currently active ACL rules in the Redis server. Each line
-in the returned array defines a different user, and the format is the same used
-in the redis.conf file or the external ACL file, so you can cut and paste what
-is returned by the ACL LIST command directly inside a configuration file if you
-wish (but make sure to check `ACL SAVE`).
+The command shows the currently active ACL rules in the Redis server. Each
+line in the returned array defines a different user, and the format is the
+same used in the redis.conf file or the external ACL file, so you can
+cut and paste what is returned by the ACL LIST command directly inside a
+configuration file if you wish (but make sure to check `ACL SAVE`).
@return