未验证 提交 21ef0376 编写于 作者: I Itamar Haber 提交者: GitHub

Capitalizes subscommands

上级 c199280e
......@@ -4501,9 +4501,9 @@ void moduleCommand(client *c) {
char *subcmd = c->argv[1]->ptr;
if (c->argc == 2 && !strcasecmp(subcmd,"help")) {
const char *help[] = {
"list -- Return a list of loaded modules.",
"load <path> [arg ...] -- Load a module library from <path>.",
"unload <name> -- Unload a module.",
"LIST -- Return a list of loaded modules.",
"LOAD <path> [arg ...] -- Load a module library from <path>.",
"UNLOAD <name> -- Unload a module.",
NULL
};
addReplyHelp(c, help);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册