summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhappynote3966 <01ssrmikururudevice01@gmail.com>2019-10-25 22:31:55 +0900
committerhappynote3966 <01ssrmikururudevice01@gmail.com>2019-10-25 22:31:55 +0900
commitcd02c5944f178ac8252dce2170990768b428dcf3 (patch)
tree9c8fde1d3835a4d97d53cec95539097801452ed6
parent6e98214f740eb04c9761ccb983ba51988ee35bc2 (diff)
downloadredis-cd02c5944f178ac8252dce2170990768b428dcf3.tar.gz
fix comment typo in redis-cli.c
-rw-r--r--src/redis-cli.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/redis-cli.c b/src/redis-cli.c
index 6d07f7ba6..c67663c23 100644
--- a/src/redis-cli.c
+++ b/src/redis-cli.c
@@ -370,7 +370,7 @@ static sds percentDecode(const char *pe, size_t len) {
* URI scheme is based on the the provisional specification[1] excluding support
* for query parameters. Valid URIs are:
* scheme: "redis://"
- * authority: [<username> ":"] <password> "@"] [<hostname> [":" <port>]]
+ * authority: [[<username> ":"] <password> "@"] [<hostname> [":" <port>]]
* path: ["/" [<db>]]
*
* [1]: https://www.iana.org/assignments/uri-schemes/prov/redis */