diff options
author | Lucas de Castro Borges <lucas@gnuabordo.com.br> | 2024-04-22 19:19:51 -0300 |
---|---|---|
committer | Lucas de Castro Borges <lucas@gnuabordo.com.br> | 2024-04-22 19:19:51 -0300 |
commit | 0574020490ffae5686b0c75d7753bfbcf2286114 (patch) | |
tree | 4737ad2276b41819178efdb5360ae7c2b4b559fe /hardinfo2.1 | |
parent | 6c855997ca4a18e3e578faaae073db71c80849ad (diff) |
New upstream version 2.0.17preupstream/2.0.17pre
Diffstat (limited to 'hardinfo2.1')
-rw-r--r-- | hardinfo2.1 | 30 |
1 files changed, 27 insertions, 3 deletions
diff --git a/hardinfo2.1 b/hardinfo2.1 index e1125e62..094318d4 100644 --- a/hardinfo2.1 +++ b/hardinfo2.1 @@ -1,6 +1,6 @@ .\" Manpage for hardinfo. .\" https://github.com/hwspeedy/hardinfo2/. -.TH HARDINFO "1" "January 2024" "2.0" "User Commands" +.TH HARDINFO "1" "Marts 2024" "2.0" "User Commands" .SH NAME \fBHardinfo2\fR \- System Information and Benchmark for Linux Systems. .SH USAGE @@ -20,11 +20,35 @@ creates a report and prints to standard output \fB\-f\fR, \fB\-\-report\-format\fR chooses a report format (text, html) .TP +\fB\-g\fR, \fB\-\-result\-format\fR +chooses a result format (short, conf, shell) +.TP \fB\-b\fR, \fB\-\-run\-benchmark\fR -run benchmark +run a specific benchmark eg. -b 'FPU FFT' (Default all benchmarks runs when generate report) +.TP +\fB\-s\fR, \fB\-\-skip\-benchmark\fR +Disables all benchmark runs. +.TP +\fB\-u\fR, \fB\-\-user\-note\fR +adds a user note to data send to server. When added eg. -u 1 synchronization is activated. .TP \fB\-v\fR, \fB\-\-version\fR shows program version and quit +.SH EXAMPLES +examples of CLI command usage:\fR +.TP +hardinfo2 -b 'FPU FFT' +runs only FPU FFT benchmark +.TP +hardinfo2 -u 1 +enable updates at startup and starts gui (can also be set in gui) +.TP +hardinfo2 -u SBC-DK -r +updates data from server, generate CLI report and sends benchmark with user-note +.TP +hardinfo2 -r +generates CLI report + .SH COPYRIGHT -\fBHardinfo2\fR its Copyright \(co 2003-2023 L. A. F. Pereira, 2024- Hardinfo2 Project\fR. +\fBHardinfo2\fR is Copyright \(co 2003-2023 L. A. F. Pereira, 2024- Hardinfo2 Project\fR. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |