fix typo in --rand-pareto-h description
This commit is contained in:
@ -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
|
||||
};
|
||||
|
||||
@ -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]
|
||||
|
||||
Reference in New Issue
Block a user