diff --git a/src/python/jw/pkg/cmds/CmdPlatform.py b/src/python/jw/pkg/cmds/CmdPlatform.py index 00ae0dec..05c84473 100644 --- a/src/python/jw/pkg/cmds/CmdPlatform.py +++ b/src/python/jw/pkg/cmds/CmdPlatform.py @@ -11,7 +11,7 @@ class CmdPlatform(Cmd): # export def __init__(self, parent: Parent) -> None: super().__init__( - parent, 'platform', help = 'Miscellaneous platform-related comamnds' + parent, 'platform', help = 'Miscellaneous platform-related commands' ) self.load_subcommands() diff --git a/test/integration/jw-pkg/help/test-expected.txt b/test/integration/jw-pkg/help/test-expected.txt index 4ebbee24..66b44f81 100644 --- a/test/integration/jw-pkg/help/test-expected.txt +++ b/test/integration/jw-pkg/help/test-expected.txt @@ -42,7 +42,7 @@ options: Available subcommands: packages (pkg) System package manager wrapper - platform Miscellaneous platform-related comamnds + platform Miscellaneous platform-related commands posix Perform various operations on a distro through its POSIX utility interface projects Project metadata evaluation for building packages @@ -144,7 +144,7 @@ options: ============= Running: jw-pkg.py --log-level info platform --help usage: jw-pkg.py platform [-h] ... -Miscellaneous platform-related comamnds +Miscellaneous platform-related commands options: -h, --help show this help message and exit