summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhylepo <hylepo.doploy@gmail.com>2016-11-11 10:33:48 +0800
committerGitHub <noreply@github.com>2016-11-11 10:33:48 +0800
commitdbb6cb442a4b432bf1db42a60f4871c4854fa11d (patch)
treec09240668a7de3246d86046d62591fc94398a0fa
parentb399288ff535cd95e278dbf4babd25bfb896c0d7 (diff)
downloadredis-dbb6cb442a4b432bf1db42a60f4871c4854fa11d.tar.gz
Update redis-benchmark.c
Fixing typo in the usage of redis-benchmark
-rw-r--r--src/redis-benchmark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/redis-benchmark.c b/src/redis-benchmark.c
index 50905c872..f382019a4 100644
--- a/src/redis-benchmark.c
+++ b/src/redis-benchmark.c
@@ -565,7 +565,7 @@ invalid:
usage:
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"
" -p <port> Server port (default 6379)\n"
" -s <socket> Server socket (overrides host and port)\n"