Change argparser help from '--list-kernels' (deprecated) to '--list-stats'. (#449)

Signed-off-by: OReilly, Ossian <ooreilly@amd.com>

[ROCm/rocprofiler-compute commit: 5f3c0f0429]
This commit is contained in:
Ossian O'Reilly
2024-10-21 09:10:12 -07:00
committato da GitHub
parent 6b0195f83e
commit e188429f06
@@ -416,7 +416,7 @@ Examples:
dest="gpu_kernel",
nargs="+",
action="append",
help="\t\tSpecify kernel id(s) from --list-kernels for filtering.",
help="\t\tSpecify kernel id(s) from --list-stats for filtering.",
)
analyze_group.add_argument(
"-d",