Re: [PATCH v2] cpupower: Remove absent 'v' parameter from monitor man page

From: Shuah Khan
Date: Thu Jun 20 2024 - 13:23:09 EST


On 6/19/24 00:47, Roman Storozhenko wrote:
Remove not supported '-v' parameter from the cpupower's 'monitor'
command description.
There is a '-v' parameter described in cpupower's 'monitor' command man
page. It isn't supported at the moment, and perhaps has never been
supported. When I run the monitor with this parameter I get the
following:

$ sudo LD_LIBRARY_PATH=lib64/ bin/cpupower monitor -v
monitor: invalid option -- 'v'
invalid or unknown argument
$ sudo LD_LIBRARY_PATH=lib64/ bin/cpupower monitor -V
monitor: invalid option -- 'V'
invalid or unknown argument

Signed-off-by: Roman Storozhenko <romeusmeister@xxxxxxxxx>
---
Changes in v2:
- Moved the detailed description from the cover letter to the commit
- Link to v1: https://lore.kernel.org/r/20240618-change-mon-format-v1-1-efa263a8e286@xxxxxxxxx
---

Applied for Linux 6.11-rc1
https://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux.git/log/?h=cpupower

thanks,
-- Shuah