fix comment typo in redis-cli.c

This commit is contained in:
happynote3966 2019-11-11 22:08:48 +09:00
parent 0f026af185
commit 47f44d5331
1 changed files with 1 additions and 1 deletions

View File

@ -1686,7 +1686,7 @@ static void usage(void) {
" -a <password> Password to use when connecting to the server.\n" " -a <password> Password to use when connecting to the server.\n"
" You can also use the " REDIS_CLI_AUTH_ENV " environment\n" " You can also use the " REDIS_CLI_AUTH_ENV " environment\n"
" variable to pass this password more safely\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 <username> Used to send ACL style 'AUTH username pass'. Needs -a.\n" " -user <username> Used to send ACL style 'AUTH username pass'. Needs -a.\n"
" -pass <password> Alias of -a for consistency with the new --user option.\n" " -pass <password> Alias of -a for consistency with the new --user option.\n"
" -u <uri> Server URI.\n" " -u <uri> Server URI.\n"