Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
7642f9d5
Commit
7642f9d5
authored
Sep 06, 2018
by
Weiliang Li
Committed by
antirez
Sep 14, 2018
Browse files
fix usage typo in redis-cli
parent
a72af0ea
Changes
1
Show whitespace changes
Inline
Side-by-side
src/redis-cli.c
View file @
7642f9d5
...
@@ -1495,7 +1495,7 @@ static void usage(void) {
...
@@ -1495,7 +1495,7 @@ static void usage(void) {
" --ldb Used with --eval enable the Redis Lua debugger.\n"
" --ldb Used with --eval enable the Redis Lua debugger.\n"
" --ldb-sync-mode Like --ldb but uses the synchronous Lua debugger, in\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"
" 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 <command> [args...] [opts...]\n"
" Cluster Manager command and arguments (see below).\n"
" Cluster Manager command and arguments (see below).\n"
" --verbose Verbose mode.\n"
" --verbose Verbose mode.\n"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment