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
db74d71e
Commit
db74d71e
authored
Sep 06, 2018
by
Weiliang Li
Browse files
fix usage typo in redis-cli
parent
6bd0d342
Changes
1
Show whitespace changes
Inline
Side-by-side
src/redis-cli.c
View file @
db74d71e
...
@@ -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