From db74d71eb349465b674ff42af3437969dc594f61 Mon Sep 17 00:00:00 2001
From: Weiliang Li <liweiliang@cmss.chinamobile.com>
Date: Thu, 6 Sep 2018 13:40:05 +0800
Subject: [PATCH] fix usage typo in redis-cli

---
 src/redis-cli.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/redis-cli.c b/src/redis-cli.c
index 0e8777bd..2bb8c56f 100644
--- a/src/redis-cli.c
+++ b/src/redis-cli.c
@@ -1495,7 +1495,7 @@ static void usage(void) {
 "  --ldb              Used with --eval enable the Redis Lua debugger.\n"
 "  --ldb-sync-mode    Like --ldb but uses the synchronous Lua debugger, in\n"
 "                     this mode the server is blocked and script changes are\n"
-"                     are not rolled back from the server memory.\n"
+"                     not rolled back from the server memory.\n"
 "  --cluster <command> [args...] [opts...]\n"
 "                     Cluster Manager command and arguments (see below).\n"
 "  --verbose          Verbose mode.\n"