From 47f44d53318a22f41f6dafbed3b6e895c40e96f9 Mon Sep 17 00:00:00 2001 From: happynote3966 <01ssrmikururudevice01@gmail.com> Date: Mon, 11 Nov 2019 22:08:48 +0900 Subject: [PATCH] fix comment typo in redis-cli.c --- src/redis-cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/redis-cli.c b/src/redis-cli.c index c67663c23..7cbaf1317 100644 --- a/src/redis-cli.c +++ b/src/redis-cli.c @@ -1686,7 +1686,7 @@ static void usage(void) { " -a Password to use when connecting to the server.\n" " You can also use the " REDIS_CLI_AUTH_ENV " environment\n" " variable to pass this password more safely\n" -" (if both are used, this argument takes predecence).\n" +" (if both are used, this argument takes precedence).\n" " -user Used to send ACL style 'AUTH username pass'. Needs -a.\n" " -pass Alias of -a for consistency with the new --user option.\n" " -u Server URI.\n"