Skip to content

Commit

Permalink
Change argparser help from '--list-kernels' (deprecated) to '--list-s…
Browse files Browse the repository at this point in the history
…tats'.
  • Loading branch information
ooreilly committed Oct 15, 2024
1 parent e633d17 commit 3370648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/argparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ def omniarg_parser(parser, omniperf_home, supported_archs, omniperf_version):
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",
Expand Down

0 comments on commit 3370648

Please sign in to comment.