Fix ACL HELP table missing comma.

This commit is contained in:
antirez 2020-04-08 10:54:18 +02:00
parent a953c6e55b
commit d7b07d3ded

View File

@ -1848,7 +1848,7 @@ void aclCommand(client *c) {
} else if (!strcasecmp(sub,"help")) {
const char *help[] = {
"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.",
"USERS -- List all the registered usernames.",
"SETUSER <username> [attribs ...] -- Create or modify a user.",