Fixe typo

This commit is contained in:
Dimitris Zlatanidis 2023-12-10 23:33:51 +02:00
parent 2d7b5c04e2
commit 8880ac2f24

View file

@ -324,7 +324,7 @@ class Menu(Configs):
print(f'{self.yellow}{self.ascii.done}{self.endc}')
def check_for_repositories(self) -> None:
""" Checks combination for binaries use repositories only and if repository exists. """
""" Checks a combination for binaries use repositories only and if repository exists. """
except_options: tuple = (
'-s', 'search',
)
@ -357,7 +357,7 @@ class Menu(Configs):
if repeat:
self.usage.help_minimal(f"{self.prog_name}: invalid recurring options '{', '.join(repeat)}'")
# Fixed for invalid commands combination.
# Fixed for an invalid commands combination.
if len(commands) > 1:
self.usage.help_minimal(f"{self.prog_name}: invalid commands combination '{', '.join(commands)}'")
@ -398,7 +398,7 @@ class Menu(Configs):
slpkg -d package --directory=/path/to/download
Split the option ['--directory'] and ['/path/to/download/']
Split the option ['--directory'] and ['/path/to/download/'].
"""
for arg in self.args: