Merge pull request #5331 from Weiliang-Li/patch-redis-cli

fix usage typo in redis-cli
This commit is contained in:
Salvatore Sanfilippo 2018-09-06 17:41:31 +02:00 committed by GitHub
commit 596749e75f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"