From 8221d481656e3bc109d85dd6523e723d63024ae6 Mon Sep 17 00:00:00 2001 From: Wen Hui Date: Tue, 12 Jul 2022 12:56:02 -0400 Subject: Normalize the style of help information with other documentation (#10965) --- src/networking.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/networking.c b/src/networking.c index e8a93dde3..b04eec4a6 100644 --- a/src/networking.c +++ b/src/networking.c @@ -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. */ -- cgit v1.2.1