mirror of
https://github.com/fluencelabs/redis
synced 2025-03-20 17:40:50 +00:00
Capitalizes subscommands
This commit is contained in:
parent
c199280edb
commit
21ef0376fe
@ -4501,9 +4501,9 @@ void moduleCommand(client *c) {
|
|||||||
char *subcmd = c->argv[1]->ptr;
|
char *subcmd = c->argv[1]->ptr;
|
||||||
if (c->argc == 2 && !strcasecmp(subcmd,"help")) {
|
if (c->argc == 2 && !strcasecmp(subcmd,"help")) {
|
||||||
const char *help[] = {
|
const char *help[] = {
|
||||||
"list -- Return a list of loaded modules.",
|
"LIST -- Return a list of loaded modules.",
|
||||||
"load <path> [arg ...] -- Load a module library from <path>.",
|
"LOAD <path> [arg ...] -- Load a module library from <path>.",
|
||||||
"unload <name> -- Unload a module.",
|
"UNLOAD <name> -- Unload a module.",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
addReplyHelp(c, help);
|
addReplyHelp(c, help);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user