Correct help text for --rand-seed.

This commit is contained in:
Alexey Kopytov
2017-01-04 17:50:22 +03:00
parent 3372469fe6
commit 0df9342413

View File

@ -54,7 +54,8 @@ static sb_arg_t rand_args[] =
SB_ARG_TYPE_INT, "1"},
{"rand-spec-res", "percentage of 'special' values to use (for special distribution)",
SB_ARG_TYPE_INT, "75"},
{"rand-seed", "seed for random number generator, ignored when 0", SB_ARG_TYPE_INT, "0"},
{"rand-seed", "seed for random number generator. When 0, the current time is "
"used as a RNG seed.", SB_ARG_TYPE_INT, "0"},
{"rand-pareto-h", "parameter h for pareto distibution", SB_ARG_TYPE_FLOAT,
"0.2"},
{NULL, NULL, SB_ARG_TYPE_NULL, NULL}