fix typo in --rand-pareto-h description

This commit is contained in:
jcfp
2017-05-27 09:59:19 +02:00
parent ec529f83ff
commit cc23297b2d
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ static sb_arg_t rand_args[] =
SB_OPT("rand-seed",
"seed for random number generator. When 0, the current time is "
"used as a RNG seed.", "0", INT),
SB_OPT("rand-pareto-h", "parameter h for pareto distibution", "0.2", DOUBLE),
SB_OPT("rand-pareto-h", "parameter h for pareto distribution", "0.2", DOUBLE),
SB_OPT_END
};

View File

@ -39,7 +39,7 @@ separately.
--rand-spec-pct=N percentage of values to be treated as 'special' (for special distribution) [1]
--rand-spec-res=N percentage of 'special' values to use (for special distribution) [75]
--rand-seed=N seed for random number generator. When 0, the current time is used as a RNG seed. [0]
--rand-pareto-h=N parameter h for pareto distibution [0.2]
--rand-pareto-h=N parameter h for pareto distribution [0.2]
Log options:
--verbosity=N verbosity level {5 - debug, 0 - only critical messages} [3]