summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxhe <xw897002528@gmail.com>2020-12-24 19:16:28 +0800
committerGitHub <noreply@github.com>2020-12-24 19:16:28 +0800
commit4e36925c662bba9c83661caa166d4699bcbef17c (patch)
treec1053a4ee8fb833c7028e6d4df84bdc52e8f464e
parentef14c18c8e83f3f11f5436e3dbeee9dfd5665de1 (diff)
downloadredis-4e36925c662bba9c83661caa166d4699bcbef17c.tar.gz
correction
Co-authored-by: Oran Agra <oran@redislabs.com>
-rw-r--r--src/networking.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/networking.c b/src/networking.c
index e29256488..6d571aad1 100644
--- a/src/networking.c
+++ b/src/networking.c
@@ -2758,7 +2758,7 @@ NULL
}
}
-/* HELLO [protocol-version] [AUTH <user> <password>] [SETNAME <name>] */
+/* HELLO [<protocol-version> [AUTH <user> <password>] [SETNAME <name>] ] */
void helloCommand(client *c) {
long long ver = 0;
int next_arg = 1;