On Thu, 30 Dec 2021, Oscar Shiang wrote: > The option --bias does not require an argument and the bias should > be estimated later. > > There is no need to provide USEC to --bias option. > > Signed-off-by: Oscar Shiang <oscar0225@xxxxxxxxxxx> > --- > src/oslat/oslat.8 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/oslat/oslat.8 b/src/oslat/oslat.8 > index 4b28abd..39b36df 100644 > --- a/src/oslat/oslat.8 > +++ b/src/oslat/oslat.8 > @@ -18,7 +18,7 @@ TSC information and measuring the time frequently during the process. > .B \-b, \-\-bucket-size=N > Specify the number of the buckets (4-1024). > .TP > -.B \-B, \-\-bias=USEC > +.B \-B, \-\-bias > Add a bias to all the buckets using the estimated mininum. > .TP > .B \-c, \-\-cpu-list=CPULIST > -- > 2.25.1 > > Signed-off-by: John Kacur <jkacur@xxxxxxxxx>