Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
0b57a19c
Commit
0b57a19c
authored
Nov 11, 2016
by
hylepo
Committed by
GitHub
Nov 11, 2016
Browse files
Merge pull request #1 from hylepo/Fixing-typo-in-the-usage-of-redis-benchmark
Fixing typo in the usage of redis-benchmark
parents
b399288f
dbb6cb44
Changes
1
Show whitespace changes
Inline
Side-by-side
src/redis-benchmark.c
View file @
0b57a19c
...
@@ -565,7 +565,7 @@ invalid:
...
@@ -565,7 +565,7 @@ invalid:
usage:
usage:
printf
(
printf
(
"Usage: redis-benchmark [-h <host>] [-p <port>] [-c <clients>] [-n <requests
]
> [-k <boolean>]
\n\n
"
"Usage: redis-benchmark [-h <host>] [-p <port>] [-c <clients>] [-n <requests>
]
[-k <boolean>]
\n\n
"
" -h <hostname> Server hostname (default 127.0.0.1)
\n
"
" -h <hostname> Server hostname (default 127.0.0.1)
\n
"
" -p <port> Server port (default 6379)
\n
"
" -p <port> Server port (default 6379)
\n
"
" -s <socket> Server socket (overrides host and port)
\n
"
" -s <socket> Server socket (overrides host and port)
\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