Normalize the style of help information with other documentation (#10965)
This commit is contained in:
parent
53e7de205f
commit
8221d48165
@ -1080,7 +1080,7 @@ void addReplyHelp(client *c, const char **help) {
|
||||
while (help[blen]) addReplyStatus(c,help[blen++]);
|
||||
|
||||
addReplyStatus(c,"HELP");
|
||||
addReplyStatus(c," Prints this help.");
|
||||
addReplyStatus(c," Print this help.");
|
||||
|
||||
blen += 1; /* Account for the header. */
|
||||
blen += 2; /* Account for the footer. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user