From 087b19237cbdda4a1c082a9cf1aaf6cd0a2b9066 Mon Sep 17 00:00:00 2001 From: Byron Grobe Date: Thu, 11 Sep 2014 10:21:05 -0400 Subject: [PATCH] Fixed issue #1996 (Missing '-' in help message for redis-benchmark) --- src/redis-benchmark.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 Number of parallel connections (default 50)\n" " -n Total number of requests (default 10000)\n" " -d Data size of SET/GET value in bytes (default 2)\n" -" -dbnum SELECT the specified db number (default 0)\n" +" --dbnum SELECT the specified db number (default 0)\n" " -k 1=keep alive 0=reconnect (default 1)\n" " -r Use random keys for SET/GET/INCR, random values for SADD\n" " Using this option the benchmark will expand the string __rand_int__\n"