From 0b74fd6766b29c2a132828477f4e0f12af85efad Mon Sep 17 00:00:00 2001 From: "dejun.xdj" Date: Thu, 28 Jun 2018 18:17:04 +0800 Subject: [PATCH] Add --no-auth-warning help message. --- src/redis-cli.c | 2 ++ 1 file changed, 2 insertions(+) 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"