summaryrefslogtreecommitdiff
path: root/src/networking.c
diff options
context:
space:
mode:
authorWen Hui <wen.hui.ware@gmail.com>2022-07-12 12:56:02 -0400
committerGitHub <noreply@github.com>2022-07-12 09:56:02 -0700
commit8221d481656e3bc109d85dd6523e723d63024ae6 (patch)
tree565cfabe235eda1eb53663e50932d709c2216cce /src/networking.c
parent53e7de205f95d64604bd036b58072fd572358952 (diff)
downloadredis-8221d481656e3bc109d85dd6523e723d63024ae6.tar.gz
Normalize the style of help information with other documentation (#10965)
Diffstat (limited to 'src/networking.c')
-rw-r--r--src/networking.c2
1 files changed, 1 insertions, 1 deletions
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. */