diff options
author | hwspeedy <ns@bigbear.dk> | 2024-05-17 00:02:43 +0200 |
---|---|---|
committer | hwspeedy <ns@bigbear.dk> | 2024-05-17 00:02:43 +0200 |
commit | 3ec3cec92ac40e07a209ad505679664ff9737641 (patch) | |
tree | eb554bd3232fdc86a12160acf6fc1e30c1f92250 | |
parent | 1f96a2fb92d9682550c6abe16296c7ba52069051 (diff) |
FIX Added CLI param -n to man page
-rw-r--r-- | hardinfo2.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hardinfo2.1 b/hardinfo2.1 index e15aaa49..f0453dc6 100644 --- a/hardinfo2.1 +++ b/hardinfo2.1 @@ -26,6 +26,9 @@ chooses a report format (text, html) \fB\-g\fR, \fB\-\-result\-format\fR chooses a result format (short, conf, shell) .TP +\fB\-n\fR, \fB\-\-max\-results\fR +maximum number of benchmark results to include (-1 for no limit, default is 50) +.TP \fB\-b\fR, \fB\-\-run\-benchmark\fR run a specific benchmark eg. -b 'FPU FFT' (Default all benchmarks runs when generate report) .TP |