summaryrefslogtreecommitdiff
path: root/src/redis-cli.c
diff options
context:
space:
mode:
authorWeiliang Li <liweiliang@cmss.chinamobile.com>2018-09-06 13:40:05 +0800
committerantirez <antirez@gmail.com>2018-09-14 12:36:33 +0200
commit7642f9d517971984af07929be8e8818d8a86c88b (patch)
tree990f0092a1967951caecadb92a55252166483102 /src/redis-cli.c
parenta72af0eac6d078e1062ae8a637f7d686092de102 (diff)
downloadredis-7642f9d517971984af07929be8e8818d8a86c88b.tar.gz
fix usage typo in redis-cli
Diffstat (limited to 'src/redis-cli.c')
-rw-r--r--src/redis-cli.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/redis-cli.c b/src/redis-cli.c
index 0e8777bd2..2bb8c56f8 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"