Normalize the style of help information with other documentation (#10965)

This commit is contained in:
Wen Hui 2022-07-12 12:56:02 -04:00 committed by GitHub
parent 53e7de205f
commit 8221d48165
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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. */