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"