From c5c829fa1b12a76431ac3f1566d5b19fca211b85 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 --- src/parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/parser.py b/src/parser.py index 5a614d9652..dd44d6a921 100644 --- a/src/parser.py +++ b/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",