]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
cpupower-frequency-info.1: use the proper name of the --perf option
authorRoberto Ricci <io@r-ricci.it>
Tue, 24 Mar 2026 22:39:02 +0000 (23:39 +0100)
committerShuah Khan <skhan@linuxfoundation.org>
Wed, 25 Mar 2026 19:36:11 +0000 (13:36 -0600)
commit10a54e715985baac21bb506f86c5ad1b83a12784
treebdd2043bcfe29fd55e6ddd932786a0b3bd83f7ae
parent193f41dad3d4197b35be8b4cff13c606eb0e1efe
cpupower-frequency-info.1: use the proper name of the --perf option

The cpupower-frequency-info(1) man page describes a '--perf' option.
Even though this form is accepted by the program, its proper name is
'--performance'.

cpufreq-info.c:
{"performance", no_argument,  NULL,  'c'},

Signed-off-by: Roberto Ricci <io@r-ricci.it>
Link: https://lore.kernel.org/r/20260324223921.14317-3-io@r-ricci.it
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/power/cpupower/man/cpupower-frequency-info.1