summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorByron Grobe <grobe0ba@gmail.com>2014-09-11 10:21:05 -0400
committerByron Grobe <grobe0ba@gmail.com>2014-09-11 10:21:05 -0400
commit087b19237cbdda4a1c082a9cf1aaf6cd0a2b9066 (patch)
tree53cfd1fc59732be6d3366ca3674962a3abb8a9be
parent12b56a969f03ff2e0e28704ff2c30875ea836fe0 (diff)
downloadredis-087b19237cbdda4a1c082a9cf1aaf6cd0a2b9066.tar.gz
Fixed issue #1996 (Missing '-' in help message for 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 2e67f1021..6192d3401 100644
--- a/src/redis-benchmark.c
+++ b/src/redis-benchmark.c
@@ -557,7 +557,7 @@ usage:
" -c <clients> Number of parallel connections (default 50)\n"
" -n <requests> Total number of requests (default 10000)\n"
" -d <size> Data size of SET/GET value in bytes (default 2)\n"
-" -dbnum <db> SELECT the specified db number (default 0)\n"
+" --dbnum <db> SELECT the specified db number (default 0)\n"
" -k <boolean> 1=keep alive 0=reconnect (default 1)\n"
" -r <keyspacelen> Use random keys for SET/GET/INCR, random values for SADD\n"
" Using this option the benchmark will expand the string __rand_int__\n"