summaryrefslogtreecommitdiff
path: root/drivers/ide/arm/git@git.tavy.me:linux.git
diff options
context:
space:
mode:
authorRoberto Ricci <io@r-ricci.it>2026-03-24 23:39:01 +0100
committerShuah Khan <skhan@linuxfoundation.org>2026-03-25 13:36:11 -0600
commit193f41dad3d4197b35be8b4cff13c606eb0e1efe (patch)
tree91611c1a066c5d57691408b2a9d8fd61031d573e /drivers/ide/arm/git@git.tavy.me:linux.git
parentc369299895a591d96745d6492d4888259b004a9e (diff)
cpupower-idle-info.1: fix short option names
The cpupower-idle-info(1) man page describes '-f' as the short form of the '--silent' option and '-e' as the short form of the '--proc' option. But they are not correct: $ cpupower idle-info -f idle-info: invalid option -- 'f' invalid or unknown argument $ cpupower idle-info -e idle-info: invalid option -- 'e' invalid or unknown argument The short form of '--silent' is actually '-s' and the short form of '--proc' is actually '-o': cpuidle-info.c: {"silent", no_argument, NULL, 's'}, {"proc", no_argument, NULL, 'o'}, Signed-off-by: Roberto Ricci <io@r-ricci.it> Link: https://lore.kernel.org/r/20260324223921.14317-2-io@r-ricci.it Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'drivers/ide/arm/git@git.tavy.me:linux.git')
0 files changed, 0 insertions, 0 deletions