summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordejun.xdj <dejun.xdj@alibaba-inc.com>2018-06-28 18:17:04 +0800
committerdejun.xdj <dejun.xdj@alibaba-inc.com>2018-06-28 18:17:04 +0800
commit0b74fd6766b29c2a132828477f4e0f12af85efad (patch)
tree3acb04b8de0b1f013b22a556026a9378c7d5824f
parentab55f9da5eb10aabd78304941903e8657aa210e6 (diff)
downloadredis-0b74fd6766b29c2a132828477f4e0f12af85efad.tar.gz
Add --no-auth-warning help message.
-rw-r--r--src/redis-cli.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/redis-cli.c b/src/redis-cli.c
index b1ece6250..51080d08d 100644
--- a/src/redis-cli.c
+++ b/src/redis-cli.c
@@ -1463,6 +1463,8 @@ static void usage(void) {
" --cluster <command> [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"