diff --git a/src/redis-cli.c b/src/redis-cli.c index b1ece625..51080d08 100644 --- a/src/redis-cli.c +++ b/src/redis-cli.c @@ -1463,6 +1463,8 @@ static void usage(void) { " --cluster [args...] [opts...]\n" " Cluster Manager command and arguments (see below).\n" " --verbose Verbose mode.\n" +" --no-auth-warning Don't show warning message when using password on command\n" +" line interface.\n" " --help Output this help and exit.\n" " --version Output version and exit.\n" "\n"