Re: [PATCH 2/4] cpupower-frequency-info.1: fix long option name
From: Shuah Khan
Date: Wed Mar 11 2026 - 16:42:44 EST
On 3/11/26 13:20, Roberto Ricci wrote:
The long version of the option is --performance, not --perf.
Okay - I need more than this than the cryptic change log
Include options running the command
Signed-off-by: Roberto Ricci <io@xxxxxxxxxx>
---
tools/power/cpupower/man/cpupower-frequency-info.1 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/power/cpupower/man/cpupower-frequency-info.1 b/tools/power/cpupower/man/cpupower-frequency-info.1
index 47fdd7218748..1173d4f31e69 100644
--- a/tools/power/cpupower/man/cpupower-frequency-info.1
+++ b/tools/power/cpupower/man/cpupower-frequency-info.1
@@ -53,7 +53,7 @@ human\-readable output for the \-f, \-w, \-s and \-y parameters.
\fB\-n\fR \fB\-\-no-rounding\fR
Output frequencies and latencies without rounding off values.
.TP
-\fB\-c\fR \fB\-\-perf\fR
+\fB\-c\fR \fB\-\-performance\fR
Get performances and frequencies capabilities of CPPC, by reading it from hardware (only available on the hardware with CPPC).
.TP
.SH "REMARKS"
thanks,
-- Shuah