Unverified Commit 8221d481 authored by Wen Hui's avatar Wen Hui Committed by GitHub
Browse files

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

parent 53e7de20
......@@ -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. */
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment