summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSalvatore Sanfilippo <antirez@gmail.com>2016-12-19 08:20:01 +0100
committerGitHub <noreply@github.com>2016-12-19 08:20:01 +0100
commitce9e36eb01f1b9122ceedc61f00d08ed0a4cfb97 (patch)
tree100a247448798cab4039f31ebb5f46b398735901
parent6cf1a325d67cd294857480229251ad82e79a68d8 (diff)
parent0b57a19c1b852f5387a5126eaea333c4120e0282 (diff)
downloadredis-ce9e36eb01f1b9122ceedc61f00d08ed0a4cfb97.tar.gz
Merge pull request #3605 from hylepo/unstable
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"