Skip to content

Commit 24ccf30

Browse files
committed
mkdevkit: Unify option help entry casing
1 parent b1acf07 commit 24ccf30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mkdevkit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def main():
6666
for name in machine_options.keys():
6767
pretty_name = name.replace("_", "-")
6868
parser.add_argument("--" + pretty_name,
69-
help=f"The {pretty_name} to use",
69+
help=f"the {pretty_name} to use",
7070
type=lambda v: parse_array_option_value(v, ool_optvals))
7171

7272
options = parser.parse_args(raw_args)

0 commit comments

Comments
 (0)