Miscellaneous minor fixes #47

Merged
Jan Lindemann merged 6 commits from jan/feature/20260722-fix/20260722-miscellaneous-minor-fixes into master 2026-07-22 11:15:30 +02:00 AGit
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 670472abf5 - Show all commits

cmds.CmdPlatform: Fix typo "comamnds" -> "commands"

CmdPlatform's help message contains the string "comamnds", fix that.

Signed-off-by: Jan Lindemann <jan@janware.com>
Jan Lindemann 2026-07-06 20:47:05 +02:00
Signed by: Jan Lindemann
GPG key ID: 3750640C9E25DD61

View file

@ -11,7 +11,7 @@ class CmdPlatform(Cmd): # export
def __init__(self, parent: Parent) -> None: def __init__(self, parent: Parent) -> None:
super().__init__( super().__init__(
parent, 'platform', help = 'Miscellaneous platform-related comamnds' parent, 'platform', help = 'Miscellaneous platform-related commands'
) )
self.load_subcommands() self.load_subcommands()

View file

@ -42,7 +42,7 @@ options:
Available subcommands: Available subcommands:
packages (pkg) System package manager wrapper 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 Perform various operations on a distro through its
POSIX utility interface POSIX utility interface
projects Project metadata evaluation for building packages projects Project metadata evaluation for building packages
@ -144,7 +144,7 @@ options:
============= Running: jw-pkg.py --log-level info platform --help ============= Running: jw-pkg.py --log-level info platform --help
usage: jw-pkg.py platform [-h] ... usage: jw-pkg.py platform [-h] ...
Miscellaneous platform-related comamnds Miscellaneous platform-related commands
options: options:
-h, --help show this help message and exit -h, --help show this help message and exit