Update usage message

This commit is contained in:
Alan Bernstein 2016-12-08 19:18:34 -06:00
parent d58d1406f5
commit 8f17099d3f

View file

@ -57,10 +57,17 @@ The following arguments are available:
-db string
pilosa db to use
BitmapExponent float64
BitmapOffset float64
ProfileExponent float64
ProfileOffset float64
-bitmap-exponent float64
zipf exponent parameter for bitmap IDs
-bitmap-offset float64
zipf offset parameter for bitmap IDs
-profile-exponent float64
zipf exponent parameter for profile IDs
-profile-offset float64
zipf offset parameter for profile IDs
-client-type string
Can be 'single' (all agents hitting one host) or 'round_robin'