From bc4c32e02795f0559dcd504c17948cc1da55890c Mon Sep 17 00:00:00 2001 From: Alan Bernstein Date: Mon, 12 Dec 2016 15:53:31 -0600 Subject: [PATCH] Put tabs in usage string --- bench/zipf.go | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bench/zipf.go b/bench/zipf.go index d8db2ffbe..9ac87dd9b 100644 --- a/bench/zipf.go +++ b/bench/zipf.go @@ -57,17 +57,17 @@ The following arguments are available: -db string pilosa db to use - -bitmap-exponent float64 - zipf exponent parameter for bitmap IDs + -bitmap-exponent float64 + zipf exponent parameter for bitmap IDs - -bitmap-offset float64 - zipf offset parameter for bitmap IDs + -bitmap-ratio float64 + zipf probability ratio parameter for bitmap IDs - -profile-exponent float64 - zipf exponent parameter for profile IDs + -profile-exponent float64 + zipf exponent parameter for profile IDs - -profile-offset float64 - zipf offset parameter for profile IDs + -profile-ratio float64 + zipf probability ratio parameter for profile IDs -client-type string Can be 'single' (all agents hitting one host) or 'round_robin'