From b5cb79bf890b4024929cd96bd8eba7b455b62b80 Mon Sep 17 00:00:00 2001 From: Cole Ramos Date: Tue, 9 May 2023 12:42:12 -0500 Subject: [PATCH] Update src/parser.py Signed-off-by: Cole Ramos [ROCm/rocprofiler-compute commit: c5c829fa1b12a76431ac3f1566d5b19fca211b85] --- projects/rocprofiler-compute/src/parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocprofiler-compute/src/parser.py b/projects/rocprofiler-compute/src/parser.py index 5a614d9652..dd44d6a921 100644 --- a/projects/rocprofiler-compute/src/parser.py +++ b/projects/rocprofiler-compute/src/parser.py @@ -451,7 +451,7 @@ def parse(my_parser): metavar="", type=int, default=10, - help="\t\tSpecify the maximum number of kernels shown", + help="\t\tSpecify the maximum number of kernels shown (DEFAULT: 10)", ) analyze_group.add_argument( "--config-dir",