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
596749e7
Unverified
Commit
596749e7
authored
Sep 06, 2018
by
Salvatore Sanfilippo
Committed by
GitHub
Sep 06, 2018
Browse files
Merge pull request #5331 from Weiliang-Li/patch-redis-cli
fix usage typo in redis-cli
parents
6bd0d342
db74d71e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/redis-cli.c
View file @
596749e7
...
...
@@ -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
"
...
...
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