From 3bf01200f78113311f10d7964171f82795a55c03 Mon Sep 17 00:00:00 2001 From: innovaker <66737976+innovaker@users.noreply.github.com> Date: Sat, 21 Nov 2020 19:50:12 +0000 Subject: refactor(scripts): capitalize ZMK in west test script --- app/scripts/west_commands/test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/scripts/west_commands/test.py') diff --git a/app/scripts/west_commands/test.py b/app/scripts/west_commands/test.py index 26f95f7..b8f87c7 100644 --- a/app/scripts/west_commands/test.py +++ b/app/scripts/west_commands/test.py @@ -14,9 +14,9 @@ class Test(WestCommand): def __init__(self): super().__init__( 'test', # gets stored as self.name - 'run zmk testsuite', # self.help + 'run ZMK testsuite', # self.help # self.description: - dedent('''Run the zmk testsuite.''')) + dedent('''Run the ZMK testsuite.''')) def do_add_parser(self, parser_adder): parser = parser_adder.add_parser(self.name, -- cgit v1.2.3