perf list: update option desc in man page
authorYoshihiro Furudera <fj5100bi@fujitsu.com>
Thu, 3 Oct 2024 00:24:04 +0000 (00:24 +0000)
committerNamhyung Kim <namhyung@kernel.org>
Thu, 3 Oct 2024 17:01:01 +0000 (10:01 -0700)
There is a difference between the SYNOPSIS section of the help message
and the man page (tools/perf/Documentation/perf-list.txt) for the perf
list command. After checking, we found that the help message reflected
the latest specifications. Therefore, revised the SYNOPSIS section of
the man page to match the help message.

Signed-off-by: Yoshihiro Furudera <fj5100bi@fujitsu.com>
Cc: Ravi Bangoria <ravi.bangoria@amd.com>
Cc: Weilin Wang <weilin.wang@intel.com>
Cc: Liang
Link: https://lore.kernel.org/r/20241003002404.2592094-1-fj5100bi@fujitsu.com
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/Documentation/perf-list.txt

index dea005410ec02fed9d46599ce7c07a7467dd9ced..14621f39b375b5e0a3ed4c9e51f4a3ef69350f8d 100644 (file)
@@ -8,7 +8,7 @@ perf-list - List all symbolic event types
 SYNOPSIS
 --------
 [verse]
-'perf list' [--no-desc] [--long-desc]
+'perf list' [<options>]
             [hw|sw|cache|tracepoint|pmu|sdt|metric|metricgroup|event_glob]
 
 DESCRIPTION