Update src/parser.py

Signed-off-by: Cole Ramos <colramos@amd.com>
This commit is contained in:
Cole Ramos
2023-05-09 12:42:12 -05:00
committed by GitHub
parent dfe74057c1
commit c5c829fa1b
+1 -1
View File
@@ -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",