summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2015-02-07 15:05:40 +0100
committerantirez <antirez@gmail.com>2015-02-07 15:05:40 +0100
commit414df143f51bab2f984c0fb67fccc637733bc570 (patch)
tree8a65739f2e97f2b56fa2a5c2539f8c798be037b3 /src
parent2860cf4139827c2791c5f79324555d7acf150243 (diff)
downloadredis-414df143f51bab2f984c0fb67fccc637733bc570.tar.gz
Add missing latency-dest legend symbol.
Diffstat (limited to 'src')
-rw-r--r--src/redis-cli.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/redis-cli.c b/src/redis-cli.c
index a0321e738..4790b086b 100644
--- a/src/redis-cli.c
+++ b/src/redis-cli.c
@@ -1167,7 +1167,7 @@ void showLatencyDistSamples(struct distsamples *samples, long long tot) {
/* Show the legend: different buckets values and colors meaning, so
* that the spectrum is more easily readable. */
void showLatencyDistLegend(void) {
- printf(". - * 0.01 0.125 0.5 milliseconds\n");
+ printf(". - * # .01 .125 .25 .5 milliseconds\n");
printf("1,2,3,...,9 from 1 to 9 milliseconds\n");
printf("A,B,C,D,E 10,20,30,40,50 milliseconds\n");
printf("F,G,H,I,J .1,.2,.3,.4,.5 seconds\n");