mirror of
https://github.com/fluencelabs/redis
synced 2025-04-25 02:22:13 +00:00
Fix ACL HELP table missing comma.
This commit is contained in:
parent
a6350f717d
commit
96688aa646
@ -1848,7 +1848,7 @@ void aclCommand(client *c) {
|
|||||||
} else if (!strcasecmp(sub,"help")) {
|
} else if (!strcasecmp(sub,"help")) {
|
||||||
const char *help[] = {
|
const char *help[] = {
|
||||||
"LOAD -- Reload users from the ACL file.",
|
"LOAD -- Reload users from the ACL file.",
|
||||||
"SAVE -- Save the current config to the ACL file."
|
"SAVE -- Save the current config to the ACL file.",
|
||||||
"LIST -- Show user details in config file format.",
|
"LIST -- Show user details in config file format.",
|
||||||
"USERS -- List all the registered usernames.",
|
"USERS -- List all the registered usernames.",
|
||||||
"SETUSER <username> [attribs ...] -- Create or modify a user.",
|
"SETUSER <username> [attribs ...] -- Create or modify a user.",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user